Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0 M1
-
Fix Version/s: None
-
Component/s: {Unused} 1.0 to 2.0 converter, {Unused} Rendering 2.0
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
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
-