Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1 M3
-
Fix Version/s: 1.1 M4
-
Component/s: {Unused} Macros & Filters
-
Labels:None
-
Similar issues:
Description
What happens is that the mimetypeimg macro is a velocity macro so it gets rendered first like this:
<img src="$xwiki.getSkinFile("mimetypes/word.png")" alt="[doc]" title="[doc]"/>
Then the Radeox parser executes and thinks [doc] are links and thus generate HTML for links...