This issue has been created
 
 
XWiki Rendering / cid:jira-generated-image-avatar-956b2ec9-53e3-448a-aa8c-e531002b068a XRENDERING-758 Open

Include and display output extra paragraphs when used inline

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-681f7ed9-8466-43ec-a7e7-936973f3e94e Raphaël Jakse created this issue on 23/Oct/24 15:39
 
Summary: Include and display output extra paragraphs when used inline
Issue Type: cid:jira-generated-image-avatar-956b2ec9-53e3-448a-aa8c-e531002b068a Bug
Affects Versions: 16.6.0
Assignee: Unassigned
Components: Macro
Created: 23/Oct/24 15:39
Priority: cid:jira-generated-image-static-major-022f8dde-99e1-4313-af65-b0ff12387e84 Major
Reporter: Raphaël Jakse
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>