Insert a code macro in a Confluence page with the following XML snippet:

      <?xml version="1.0" encoding="utf-8" standalone="yes"?>
      <sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
          <si>
              <t>Row1A</t>
          </si>
          <si>
              <t>Row1B</t>
          </si>
      </sst>
      

      Choose XML/HTML as syntax highlighting. Notice that the rendered XML after the page is saved looks like this:

      <?xml version="1.0" encoding="utf-8" standalone="yes"?>
      <sst xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
          <si>
              &lt;t>Row1A&lt;/t>
          </si>
          <si>
              &lt;t>Row1B&lt;/t>
          </si>
      </sst>
      

      The

      <t>
      

      tag has been changed to

      &lt;t>
      

      Other tags are not affected.

      If plain text syntax highlighting is chosen instead, the entire XML is displayed properly.

            [CONFSERVER-40968] XML tag <t> not displayed properly by code macro

            Makisa Appleton made changes -
            Resolution New: Obsolete [ 11 ]
            Status Original: Gathering Impact [ 12072 ] New: Closed [ 6 ]
            Makisa Appleton made changes -
            Fix Version/s New: 6.14.0 [ 83892 ]
            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2901912 ] New: CONFSERVER Bug Workflow v4 [ 2996481 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2798709 ] New: JAC Bug Workflow v3 [ 2901912 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2727383 ] New: JAC Bug Workflow v2 [ 2798709 ]
            Owen made changes -
            Symptom Severity Original: Minor [ 14432 ] New: Severity 3 - Minor [ 15832 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2391914 ] New: JAC Bug Workflow [ 2727383 ]
            Status Original: Open [ 1 ] New: Gathering Impact [ 12072 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2272438 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2391914 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2222694 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2272438 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2171929 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2222694 ]

              Unassigned Unassigned
              3e810e8444b6 Gabriel Sandor
              Affected customers:
              0 This affects my team
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: