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

    XMLWordPrintable

Details

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

    Description

      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>

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              9b733d0193f0 Kenn North
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: