summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog.xsl11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/ChangeLog.xsl b/doc/ChangeLog.xsl
index 31159b0f..ae80f137 100644
--- a/doc/ChangeLog.xsl
+++ b/doc/ChangeLog.xsl
@@ -13,10 +13,6 @@
<xsl:param name="module">libxslt</xsl:param>
- <xsl:template match="item">
- <li><xsl:value-of select="."/></li>
- </xsl:template>
-
<!-- The table of content for the HTML page -->
<xsl:variable name="menu_name">API Menu</xsl:variable>
<xsl:variable name="develtoc">
@@ -38,12 +34,19 @@
href="index.html">API Menu</a></li>
</ul>
</xsl:variable>
+
+ <xsl:template match="item">
+ <li><xsl:value-of select="."/></li>
+ </xsl:template>
+
<xsl:template match="entry">
<p>
<b><xsl:value-of select="@who"/></b>
<xsl:text> </xsl:text>
<xsl:value-of select="@date"/>
+ <xsl:text> </xsl:text>
+ <xsl:value-of select="@timezone"/>
<ul>
<xsl:apply-templates select="item"/>
</ul>