Skip to content

Commit

Permalink
put only paras in a join group
Browse files Browse the repository at this point in the history
  • Loading branch information
gimsieke committed Jun 7, 2023
1 parent 42562d9 commit c86aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/changemarkup.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<xsl:apply-templates select="@*" mode="#current"/>
<xsl:for-each-group select="*" group-adjacent="(
exists(self::w:p/w:pPr/w:rPr/w:del)
or exists(preceding-sibling::*[1]/self::w:p/w:pPr/w:rPr/w:del)
or exists(self::w:p/preceding-sibling::*[1]/self::w:p/w:pPr/w:rPr/w:del)
)
and not(docx2hub:is-changemarkup-removed-para(.))">
<xsl:choose>
Expand Down

0 comments on commit c86aeba

Please sign in to comment.