[library-web] [robots] fix reference to channel attribute
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [library-web] [robots] fix reference to channel attribute
- Date: Thu, 4 Jun 2009 17:02:26 -0400 (EDT)
commit b5c250db67a22d749dc7cd929110f0f2ad12f112
Author: Frédéric Péters <fpeters 0d be>
Date: Thu Jun 4 23:02:02 2009 +0200
[robots] fix reference to channel attribute
---
data/xslt/indexes.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/data/xslt/indexes.xsl b/data/xslt/indexes.xsl
index 7afd205..155255e 100644
--- a/data/xslt/indexes.xsl
+++ b/data/xslt/indexes.xsl
@@ -885,7 +885,7 @@ div.body-sidebar { width: 100%; }
# see http://bugzilla.gnome.org/show_bug.cgi?id=509424
User-agent: *
</xsl:text>
- <xsl:apply-templates select="index[ lang = $onelang and channel != 'misc']//document" mode="robotstxt"/>
+ <xsl:apply-templates select="index[ lang = $onelang and @channel != 'misc']//document" mode="robotstxt"/>
</exsl:document>
</xsl:template>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]