Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.0 M1
-
None
-
Unknown
-
Description
The following in syntax 1.0:
#set($m = "The template does not have an object of class ${class}Class. <a href='$createUrl'>Click here to add it</a>.") #warning($m)
generates:
#set($m = "The template does not have an object of class ${class}Class. <a href='$createUrl'>Click here to add it</a>.") {{warning }}{{velocity filter="none"}}$m{{/warning}}
The HTML A element is not interpreted and is displayed as is.
Attachments
Issue Links
- duplicates
-
XWIKI-3391 Convert info, warning, error Velocity macros
- Closed