Getting there...

This commit is contained in:
Stefanus Du Toit 2002-10-28 02:16:31 +00:00
parent aa32f89328
commit 8dacbf3b42
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
<xsl:template match="newsitem">
<tr>
<td class="newsdate" bgcolor="#eeeeff"><xsl:value-of select="@date"/></td>
<td rowspan="2" valign="top" class="newsitem"><xsl:apply-templates/></td>
<td rowspan="2" valign="top" class="newsitem" bgcolor="white"><xsl:apply-templates/></td>
</tr>
<tr>
<td class="newsauthor" bgcolor="#eeeeff"><xsl:value-of select="@author"/></td>