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.xsl10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl
index 39469f7..7162b64 100644
--- a/source/99_result/tag/tag.xsl
+++ b/source/99_result/tag/tag.xsl
@@ -18,15 +18,15 @@
</xsl:template>
<xsl:template match="tag/entry">
- <div class="archiv">
+ <h3>
<xsl:text>All articles tagged as &#187;</xsl:text>
<xsl:value-of select="@handle"/>
<xsl:text>&#171;</xsl:text>
+ </h3>
- <ol class="topline articlelist archivlist">
- <xsl:apply-templates />
- </ol>
- </div>
+ <ol class="articlelist archivlist">
+ <xsl:apply-templates />
+ </ol>
</xsl:template>
<xsl:template match="tag/entry/article">