Log Message
Fix template. PR:
Modified Files
AxKit-XSP-Wiki/webstuff
Index: wikitags.xsl =================================================================== RCS file: /home/cvs/AxKit-XSP-Wiki/webstuff/wikitags.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -Lwebstuff/wikitags.xsl -Lwebstuff/wikitags.xsl -u -d -r1.2 -r1.3 --- webstuff/wikitags.xsl +++ webstuff/wikitags.xsl @@ -42,8 +42,8 @@ <xsl:template match="history"> <h1>History for <xsl:value-of select="/xspwiki/page"/></h1> <table> - <tr><th>Date</th><th>IP Address</th><th>Bytes</th></tr> - <xsl:apply-templates select="./entry"/> + <tr><th>Page</th><th>Date</th><th>IP Address</th><th>Bytes</th></tr> + <xsl:apply-templates select="./entry"/> </table> </xsl:template> @@ -54,6 +54,12 @@ </xsl:template> <xsl:template match="history/entry/id"> +</xsl:template> + +<xsl:template match="history/entry/page"> + <td> + <i><xsl:apply-templates/></i> + </td> </xsl:template> <xsl:template match="history/entry/modified">
