-
Bug
-
Resolution: Obsolete
-
Low
-
5.9.4
-
1
-
Severity 3 - Minor
-
Summary
When we create a user macro which applies CSS , then characters are not rendered as expected . eg: '>' is rendered as '>' and " (quote) is rendered as "
This causes issue with the functionality for the CSS script applied
Environment
Confluence 5.9.4
Steps to replicate
- Add a user macro call it "test"
- use the below as template
##@noparam #set($styleHtml="<style type=text/css> .wiki-content > h1 {color:red}</style>") $styleHtml
- Create a test page and add a text as heading 1
- add the user macro test
- save the page
Expected result
The text should appear as red
Actual result
The text remains unchaged and when we inspect the element with browser the applied CSS has rendered the character incorrectly > as >