diff options
author | nightmorph <nightmorph> | 2009-06-26 03:48:42 +0000 |
---|---|---|
committer | nightmorph <nightmorph> | 2009-06-26 03:48:42 +0000 |
commit | 1c0d5204060fd41511522fb58fd603c44ce5fecb (patch) | |
tree | 2711c681d3da9e620bfbd4caf31e3521e15a6f24 | |
parent | Bug #275027: Sidebar needs direct links to mirrors and downloads, otherwise i... (diff) | |
download | www-redesign-1c0d5204060fd41511522fb58fd603c44ce5fecb.tar.gz www-redesign-1c0d5204060fd41511522fb58fd603c44ce5fecb.tar.bz2 www-redesign-1c0d5204060fd41511522fb58fd603c44ce5fecb.zip |
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.
-rw-r--r-- | xml/htdocs/xsl/guide.xsl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xml/htdocs/xsl/guide.xsl b/xml/htdocs/xsl/guide.xsl index 9d51b5ad..55147b14 100644 --- a/xml/htdocs/xsl/guide.xsl +++ b/xml/htdocs/xsl/guide.xsl @@ -1160,7 +1160,6 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found <a name="{$preid}"/> <table class="ntable" width="100%" cellspacing="0" cellpadding="0" border="0"> - <xsl:if test="@plain!='true'"> <tr> <td bgcolor="#7a5ada"> <p class="codetitle"> @@ -1171,7 +1170,6 @@ Copyright 2001-<xsl:value-of select="substring(func:today(),1,4)"/> Gentoo Found </p> </td> </tr> - </xsl:if> <tr> <td bgcolor="#eeeeff" align="left" dir="ltr"> <pre> |