aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/tag/tag.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'source/99_result/tag/tag.xsl')
-rw-r--r--source/99_result/tag/tag.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl
index 7043c1b..39469f7 100644
--- a/source/99_result/tag/tag.xsl
+++ b/source/99_result/tag/tag.xsl
@@ -18,12 +18,12 @@
</xsl:template>
<xsl:template match="tag/entry">
- <div class="archiv articlelist archivlist">
+ <div class="archiv">
<xsl:text>All articles tagged as &#187;</xsl:text>
<xsl:value-of select="@handle"/>
<xsl:text>&#171;</xsl:text>
- <ol class="topline">
+ <ol class="topline articlelist archivlist">
<xsl:apply-templates />
</ol>
</div>