Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
radeox image macro
-
Description
Writing a macro such as:
{image:img.png| |20}generates:
<img src="...img.png" height=" " width="20" alt="img.png"/>
which breaks xhtml compliance. This can be easily fixed by checking if the width or height parameters are whitespace only.