Skip to content
Snippets Groups Projects
Commit d01f7870 authored by Goik Martin's avatar Goik Martin
Browse files

<xref> --> <link> correction

parent c028ae88
Branches
No related tags found
No related merge requests found
......@@ -82,9 +82,9 @@
<xsl:for-each select=".//db:qandaset">
<tr>
<td>
<xref linkend="{@xml:id}"> <!-- xrefstyle="template:%n, %t" -->
<link linkend="{@xml:id}"> <!-- xrefstyle="template:%n, %t" -->
<xsl:copy-of select="db:title/node()"/>
</xref>
</link>
</td>
<td/>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment