-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.11.0-M4
-
Component/s: Core & storage
-
Labels:None
Currently JSPWiki doesn't support the combination of the %%style_X and %%(css_property:style_value; ...) .
Example:
%%info(font-style:italic;) Your markup comes here /%
is rendered incorrectly as
<div class="infofont-styleitalic"> TEST </div>