Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-29968

Note Macro renders incorrect html for message icon when wrapped in a user macro

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Low Low
    • None
    • 5.1.2
    • None

      When the Note macro is wrapped in a User Macro..

      Output when wrapped in a user macro
      <div class="aui-message warning shadowed information-macro">
      <span class="aui-icon icon-warning" />
      <div class="message-content">
      <p>a big note</p>
      </div>

      Output when not wrapped (notice an actual closing span to close the icon span)
      <div class="aui-message warning shadowed information-macro">
      <span class="aui-icon icon-warning"></span>
      <div class="message-content">
      <p>a big note</p>
      </div>

          Form Name

            [CONFSERVER-29968] Note Macro renders incorrect html for message icon when wrapped in a user macro

              shaffenden Steve Haffenden (Inactive)
              9b733d0193f0 Kenn North
              Affected customers:
              1 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: