Added spaces back into <kolokacija> elements
This commit is contained in:
parent
7ef43652c9
commit
ce80142e99
6
view.xsl
6
view.xsl
|
@ -111,6 +111,12 @@
|
||||||
<xsl:text xml:space="preserve"> </xsl:text>
|
<xsl:text xml:space="preserve"> </xsl:text>
|
||||||
</xsl:template>
|
</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:template match="kolokacije//ks">
|
||||||
<xsl:text xml:space="preserve"> (</xsl:text>
|
<xsl:text xml:space="preserve"> (</xsl:text>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user