Skip to content
Snippets Groups Projects
Commit 582aeda0 authored by David Maus's avatar David Maus
Browse files

Berücksichtige fehlende Initialpaginierung

parent f904e760
No related branches found
No related tags found
No related merge requests found
......@@ -144,8 +144,10 @@
<td>
<xsl:text>Cod. Guelf. </xsl:text>
<xsl:value-of select="//tei:msDesc/tei:msIdentifier/tei:idno"/>
<xsl:text>, beginnt auf </xsl:text>
<xsl:value-of select="//tei:msItem/tei:locus/@from"/>
<xsl:if test="//tei:msItem/tei:locus/@from">
<xsl:text>, beginnt auf </xsl:text>
<xsl:value-of select="//tei:msItem/tei:locus/@from"/>
</xsl:if>
</td>
</tr>
</tbody>
......
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