Added spaces back into <kolokacija> elements

This commit is contained in:
Ozbolt Menegatti 2018-10-30 15:18:04 +01:00
parent 7ef43652c9
commit ce80142e99

View File

@ -110,9 +110,15 @@
</span>
<xsl:text xml:space="preserve"> </xsl:text>
</xsl:template>
<xsl:template match="kolokacije//p | kolokacije//i">
<xsl:text xml:space="preserve"> </xsl:text>
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="kolokacije//ks">
<xsl:text xml:space="preserve">(</xsl:text>
<xsl:text xml:space="preserve"> (</xsl:text>
<xsl:apply-templates/>
<xsl:text xml:space="preserve">) </xsl:text>
</xsl:template>