Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-758

Include and display output extra paragraphs when used inline

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 16.6.0
    • Macro
    • None
    • Unknown

    Description

      Given a contenttoinclude.WebHome document containing "Hello", the following:

      {{include reference="contenttoinclude.WebHome"/}} everybody
      

      is rendered as follows:

          <div id="xwikicontent" class="col-xs-12">
                    <p><p>Hello</p> everybody</p>
                </div>
      

      Expected:

          <div id="xwikicontent" class="col-xs-12">
                    <p>Hello everybody</p>
                </div>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rjakse Raphaƫl Jakse
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: