Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guide.xsl
Date: Fri, 18 Jun 2010 06:02:20
Message-Id: 20100618052147.5A4242CE14@corvid.gentoo.org
1 robbat2 10/06/18 05:21:47
2
3 Modified: guide.xsl
4 Log:
5 Put the last cell inside the otherwise block to avoid a double seperator.
6
7 Revision Changes Path
8 1.249 xml/htdocs/xsl/guide.xsl
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.249&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.249&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.248&r2=1.249
13
14 Index: guide.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
17 retrieving revision 1.248
18 retrieving revision 1.249
19 diff -p -w -b -B -u -u -r1.248 -r1.249
20 --- guide.xsl 18 Jun 2010 04:49:12 -0000 1.248
21 +++ guide.xsl 18 Jun 2010 05:21:46 -0000 1.249
22 @@ -1923,10 +1923,10 @@ Copyright 2001-<xsl:value-of select="sub
23 <xsl:with-param name="images" select="$images"/>
24 </xsl:call-template>
25 </xsl:otherwise>
26 - </xsl:choose>
27 <tr>
28 <td align="center" class="topsep"/>
29 </tr>
30 + </xsl:choose>
31 </table>
32 </xsl:template>