History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DOTCMS-1773
Type: Improvement Improvement
Status: Released Released
Resolution: Released
Priority: Major Major
Assignee: Testing User
Reporter: Maria Bouza
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
dotCMS

Add Variable: Image needs to close tag for validation

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
Original Estimate - 15 minutes
Remaining Estimate: 0 minutes
Time Spent - 30 minutes
Time Spent: 30 minutes
Time Spent - 30 minutes

File Attachments: 1. Text File 2008-08-06_Changes.txt (0.1 kb)



 Description  « Hide
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


 All   Comments   Work Log   Change History   Subversion Commits   FishEye      Sort Order: Ascending order - Click to sort in descending order
Jason Tesser - August 11, 2008 11:30 AM
Code has all been merged