Skip to content

Commit c1541f6

Browse files
authored
Remove x character from hidden paragraph
This character displays in Word for Office 16. An empty paragraph keeps the formatting but avoids an unwanted character print.
1 parent cf3bb1f commit c1541f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/Vancouver.XSL

+2-2
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@
919919
<xsl:param name="bibNodeSet"/>
920920

921921
<!-- Empty paragraph hack for table. -->
922-
<p class="MsoBibliography" style="display:none;">x</p>
922+
<p class="MsoBibliography" style="display:none;"></p>
923923

924924
<table width="100%">
925925
<xsl:for-each select="$bibNodeSet/b:Bibliography/b:Source">
@@ -936,7 +936,7 @@
936936
</table>
937937

938938
<!-- Empty paragraph hack for table. -->
939-
<p class="MsoBibliography" style="display:none;">x</p>
939+
<p class="MsoBibliography" style="display:none;"></p>
940940

941941
</xsl:template>
942942

0 commit comments

Comments
 (0)