Skip to content
Snippets Groups Projects
Commit b848f155 authored by Tillmann Dönicke's avatar Tillmann Dönicke Committed by Max-Ferdinand Zeterberg
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e51ecaba
No related branches found
No related tags found
1 merge request!37Resolve "Kommentar Typisierung"
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
<xsl:when test="@type='gr'">gr</xsl:when> <xsl:when test="@type='gr'">gr</xsl:when>
<xsl:when test="@type='rek'">rek</xsl:when> <xsl:when test="@type='rek'">rek</xsl:when>
<xsl:when test="@type='con'">inh</xsl:when> <xsl:when test="@type='con'">inh</xsl:when>
<xsl:otherwise>XX</xsl:otherwise> <xsl:otherwise>xx</xsl:otherwise>
</xsl:choose> </xsl:choose>
</label> </label>
<input id="{$noteItemId}" type="checkbox"/> <input id="{$noteItemId}" type="checkbox"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment