Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-4366

Blockquote is badly parsed when multiple lines are styled together

    XMLWordPrintable

Details

    • quote style
    • Unit
    • Unknown

    Description

      XHTML input:

      <blockquote>
        <span style="color: red;">abc<br/>xyz</span>
        <br/>123
      </blockquote>
      

      XWiki 2.0 output:

      >(% style="color: red;" %)abc
      (%%)>xyz
      >123
      

      The correct XWiki 2.0 output should be:

      >(% style="color: red;" %)abc(%%)
      >(% style="color: red;" %)xyz(%%)
      >123
      

      Attachments

        Issue Links

          Activity

            People

              tmortagne Thomas Mortagne
              mflorea Marius Dumitru Florea
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: