diff options
author | robbat2 <robbat2> | 2010-06-18 05:21:46 +0000 |
---|---|---|
committer | robbat2 <robbat2> | 2010-06-18 05:21:46 +0000 |
commit | d2602978ad834c8b197b95c323b63db2f233cde2 (patch) | |
tree | 7da72380422f8c7a12033331aaf90ac2858f793c /xml/htdocs/xsl/guide.xsl | |
parent | Oops, call correct template when ads=ads2. (diff) | |
download | www-redesign-d2602978ad834c8b197b95c323b63db2f233cde2.tar.gz www-redesign-d2602978ad834c8b197b95c323b63db2f233cde2.tar.bz2 www-redesign-d2602978ad834c8b197b95c323b63db2f233cde2.zip |
Put the last cell inside the otherwise block to avoid a double seperator.
Diffstat (limited to 'xml/htdocs/xsl/guide.xsl')
-rw-r--r-- | xml/htdocs/xsl/guide.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl index c3332820..012d1837 100644 --- a/xml/htdocs/xsl/guide.xsl +++ b/xml/htdocs/xsl/guide.xsl @@ -1923,10 +1923,10 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found <xsl:with-param name="images" select="$images"/> </xsl:call-template> </xsl:otherwise> + <tr> + <td align="center" class="topsep"/> + </tr> </xsl:choose> - <tr> - <td align="center" class="topsep"/> - </tr> </table> </xsl:template> |