fix book links for real...

This commit is contained in:
Stefanus Du Toit 2002-04-23 03:30:13 +00:00
parent 77958f21e8
commit 7b24f4bf69
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
<xsl:if test="position() mod 2 = 0">
<xsl:attribute name="bgcolor">#cee6ff</xsl:attribute>
</xsl:if>
<td><a href="/office/books/{translate(@isbn, ' ', '-')}.html"><xsl:value-of
<td><a href="/office/books/{translate(@isbn, ' ', '_')}.html"><xsl:value-of
select="@title"/><xsl:if test="@edition != ''"> (<xsl:value-of
select="@edition"/>)</xsl:if></a></td>
<td><xsl:value-of select="@author"/></td>