svn1734
Up to now I've used basic HTML <i><b><u> within the description without the <> turning into > etc. What's happening?
Also, can I use <br> or (not sure which) to force break in line? I'm also not able to do a carriage (paragraph) return for the first time.
Comments
my code in image.php is
`<?php printImageDesc(true); ?>`
replace with
`<?php echo getImageDesc(); ?>` resulted in description not being editable at all. Went back to older files and see the printImageDesc in use.
EDIT: It has been reverted to the old funcionality in svn 1753