Skip to content
Snippets Groups Projects
Commit 44e2c418 authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

fix(commentary types): remove punctuation

parent 4a604be0
Branches
Tags
1 merge request!37Resolve "Kommentar Typisierung"
......@@ -256,11 +256,11 @@
<xsl:variable name="noteItemId" select="generate-id()"/>
<label for="{$noteItemId}">
<xsl:choose>
<xsl:when test="@type='lx'">Lx.:</xsl:when>
<xsl:when test="@type='gr'">Gr.:</xsl:when>
<xsl:when test="@type='rek'">Rek.:</xsl:when>
<xsl:when test="@type='con'">Inh.:</xsl:when>
<xsl:otherwise>No valid commentary type!</xsl:otherwise>
<xsl:when test="@type='lx'">Lx</xsl:when>
<xsl:when test="@type='gr'">Gr</xsl:when>
<xsl:when test="@type='rek'">Rek</xsl:when>
<xsl:when test="@type='con'">Inh</xsl:when>
<xsl:otherwise>XX</xsl:otherwise>
</xsl:choose>
</label>
<input id="{$noteItemId}" type="checkbox"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment