more netscapeisms.

This commit is contained in:
Stefanus Du Toit 2002-10-28 02:13:35 +00:00
parent c32bb8946c
commit c67ee50d4a
1 changed files with 2 additions and 2 deletions

View File

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