-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
None
-
None
-
None
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
Using double quotes in the NoFormat macro prevents it from being correctly rendered. It shows as ". It happens when the double quotes are between brackets ({}). Removing the brackets makes it render correctly.
Steps to reproduce:
- Create a page
- Insert the following code in the NoFormat macro:
({ { id: ";ABC123" } })
- See that it does not render the double quote correctly, but instead it displays """.
- relates to
-
CONFCLOUD-27702 Double Quote in NO FORMAT Macro Renders as "
-
- Closed
-
[CONFSERVER-27702] Double Quote in NO FORMAT Macro Renders as "
Workflow | Original: JAC Bug Workflow v3 [ 2899911 ] | New: CONFSERVER Bug Workflow v4 [ 3002288 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2794631 ] | New: JAC Bug Workflow v3 [ 2899911 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2736336 ] | New: JAC Bug Workflow v2 [ 2794631 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2381309 ] | New: JAC Bug Workflow [ 2736336 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2273332 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2381309 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2217034 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2273332 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2169675 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2217034 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1929836 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2169675 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1734699 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1929836 ] |
Description |
Original:
Using double quotes in the _NoFormat_ macro prevents it from being correctly rendered. It shows as _"_. It happens when the double quotes are between brackets ({}). Removing the brackets makes it render correctly.
Steps to reproduce: # Create a page # Insert the following code in the NoFormat macro:{code}({ { id: ";ABC123" } }) {code} # See that it does not render the double quote correctly, but instead it displays """. || |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This bug report is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding bug report|http://jira.atlassian.com/browse/CONFCLOUD-27702]. {panel} Using double quotes in the _NoFormat_ macro prevents it from being correctly rendered. It shows as _"_. It happens when the double quotes are between brackets ({}). Removing the brackets makes it render correctly. Steps to reproduce: # Create a page # Insert the following code in the NoFormat macro:{code}({ { id: ";ABC123" } }) {code} # See that it does not render the double quote correctly, but instead it displays """. || |