aboutsummaryrefslogtreecommitdiff
path: root/t/test-site/src/common/du2html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 't/test-site/src/common/du2html.xsl')
-rw-r--r--t/test-site/src/common/du2html.xsl10
1 files changed, 7 insertions, 3 deletions
diff --git a/t/test-site/src/common/du2html.xsl b/t/test-site/src/common/du2html.xsl
index 569349e..291fbbf 100644
--- a/t/test-site/src/common/du2html.xsl
+++ b/t/test-site/src/common/du2html.xsl
@@ -65,13 +65,17 @@
<x:template match="wc:tag">
<dt><x:apply-templates select="wc:title-for($language,$filename,concat('/tags/',@name,'/'))"/></dt>
<dd>
- <x:apply-templates/>
+ <ul>
+ <x:apply-templates/>
+ </ul>
</dd>
</x:template>
<x:template match="wc:doc">
- <a href="{@uri}"><x:apply-templates select="wc:title-for($language,$filename,@uri)"/></a>
- (<x:apply-templates/>)
+ <li>
+ <a href="{@uri}"><x:apply-templates select="wc:title-for($language,$filename,@uri)"/></a>
+ (<x:apply-templates/>)
+ </li>
</x:template>
<x:template match="wc:lang">