mini fix for secret blocks

This commit is contained in:
skyanth 2019-04-10 09:48:20 +02:00
parent 7eb56cdcf1
commit a48bec4bd9

View File

@ -10,7 +10,7 @@
<xsl:choose>
<xsl:when
test="img | generate_piechart | p | div | table | section | ol | ul | pre">
<fo:block xsl:use-attribute-sets="censoredtext">[ CENSORED ]</fo:block>
<fo:block xsl:use-attribute-sets="censoredblock">[ CENSORED ]</fo:block>
</xsl:when>
<xsl:otherwise>
<fo:inline xsl:use-attribute-sets="censoredtext">[ CENSORED ]</fo:inline>