-
Suggestion
-
Resolution: Answered
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Using comments within the forum macro bring a html encoding problem. Adding comment like this one
<node name="xxx">
<map>
<entry key="xxx" value="false" />
...
</map>
</node>
works ok. However if I try to edit this comment and if I'm in wiki markup mode I see this result:
<node name="xxx">
<map>
<entry key="xxx" value="false" />
...
</map>
</node>
Is there a way to avoid that?
- relates to
-
CONFCLOUD-16487 Encoding problems - > instead of >
- Closed
[CONFSERVER-16487] Encoding problems - > instead of >
Workflow | Original: JAC Suggestion Workflow 4 [ 3564632 ] | New: JAC Suggestion Workflow 3 [ 4322675 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3180662 ] | New: JAC Suggestion Workflow 4 [ 3564632 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3034885 ] | New: JAC Suggestion Workflow 2 [ 3180662 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2524221 ] | New: JAC Suggestion Workflow [ 3034885 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2261073 ] | New: Confluence Workflow - Public Facing v4 [ 2524221 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2157901 ] | New: Confluence Workflow - Public Facing v3 [ 2261073 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1942187 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2157901 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1760971 ] | New: Confluence Workflow - Public Facing v3 [ 1942187 ] |
Description |
Original:
Using comments within the forum macro bring a html encoding problem. Adding comment like this one
<node name="xxx"> <map> <entry key="xxx" value="false" /> ... </map> </node> works ok. However if I try to edit this comment and if I'm in wiki markup mode I see this result: {code} <node name="xxx"> <map> <entry key="xxx" value="false" /> ... </map> </node>{code} Is there a way to avoid that? |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-16487]. {panel} Using comments within the forum macro bring a html encoding problem. Adding comment like this one <node name="xxx"> <map> <entry key="xxx" value="false" /> ... </map> </node> works ok. However if I try to edit this comment and if I'm in wiki markup mode I see this result: {code} <node name="xxx"> <map> <entry key="xxx" value="false" /> ... </map> </node>{code} Is there a way to avoid that? |
Link |
New:
This issue relates to |