Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guide.xsl
Date: Fri, 26 Jun 2009 03:48:44
Message-Id: E1MK2Qc-0003Jl-EO@stork.gentoo.org
1 nightmorph 09/06/26 03:48:42
2
3 Modified: guide.xsl
4 Log:
5 reverting robbat2's commit to 'fix' archives.gentoo.org, as it completely hosed every guidexml docuement we had. his change removed the Code Listing from every doc that had one. putting them back. we need to find some other solution for archives.gentoo.org that doesn't hurt all our other docs.
6
7 Revision Changes Path
8 1.243 xml/htdocs/xsl/guide.xsl
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.243&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.243&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.242&r2=1.243
13
14 Index: guide.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v
17 retrieving revision 1.242
18 retrieving revision 1.243
19 diff -u -r1.242 -r1.243
20 --- guide.xsl 17 Jun 2009 01:29:38 -0000 1.242
21 +++ guide.xsl 26 Jun 2009 03:48:42 -0000 1.243
22 @@ -1160,7 +1160,6 @@
23
24 <a name="{$preid}"/>
25 <table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0">
26 - <xsl:if test="@plain!='true'">
27 <tr>
28 <td bgcolor="#7a5ada">
29 <p class="codetitle">
30 @@ -1171,7 +1170,6 @@
31 </p>
32 </td>
33 </tr>
34 - </xsl:if>
35 <tr>
36 <td bgcolor="#eeeeff" align="left" dir="ltr">
37 <pre>