
|
If you were logged in you would be able to see more operations.
|
|
|
dotCMS
Created: August 05, 2008 9:03 AM
Updated: July 23, 2009 11:53 AM
|
|
| Component/s: |
a. Unknown
|
| Affects Version/s: |
1.6.0.9
|
| Fix Version/s: |
1.6.5
|
|
|
Time Tracking:
|
|
Original Estimate:
|
15 minutes
|
|
|
Remaining Estimate:
|
0 minutes
|
|
|
Time Spent:
|
30 minutes
|
|
|
|
|
When adding an image from the Add variable popup in the container page we generate this code
#if (${imageImageURI})
<img src="$!{imageImageURI}" alt="$!{imageImageTitle}" width="$!{imageImageWidth}" height="$!{imageImageHeight}">
#end
we need to close the image tag like this />
#if (${imageImageURI})
<img src="$!{imageImageURI}" alt="$!{imageImageTitle}" width="$!{imageImageWidth}" height="$!{imageImageHeight}" />
#end
|
|
Description
|
When adding an image from the Add variable popup in the container page we generate this code
#if (${imageImageURI})
<img src="$!{imageImageURI}" alt="$!{imageImageTitle}" width="$!{imageImageWidth}" height="$!{imageImageHeight}">
#end
we need to close the image tag like this />
#if (${imageImageURI})
<img src="$!{imageImageURI}" alt="$!{imageImageTitle}" width="$!{imageImageWidth}" height="$!{imageImageHeight}" />
#end
|
Show » |
|