aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-15 18:42:14 +0000
committermatthew <matthew>2007-05-15 18:42:14 +0000
commitdf83d5d24e9f10eae831f3e0fda3cb2e1163ce61 (patch)
treec4426ae751a017655af4df602a2e649f77b7bae3
parent9d25d7c467a2dfc5deb969d542dc48fefa5bee38 (diff)
RSS sucks mightily, oh yes it does.
-rw-r--r--web/xsl.xsl7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/xsl.xsl b/web/xsl.xsl
index b02dd2da8..19e16c4a7 100644
--- a/web/xsl.xsl
+++ b/web/xsl.xsl
@@ -17,8 +17,9 @@
<h2 class="v">Navigation</h2>
<ul id="navigation">
-<li><a href="/">Home</a></li>
-<li><a href="/faq">Information</a></li>
+<li><a href="/">Report a problem</a></li>
+<li><a href="/report">All reports</a></li>
+<li><a href="/faq">Help</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
@@ -79,7 +80,7 @@ href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code<
<xsl:template match="item">
<li>
<a href="{link}" class="item"><xsl:value-of select="title"/></a><br/>
- <div><xsl:value-of select="description" /></div>
+ <div><xsl:value-of disable-output-escaping="yes" select="description" /></div>
</li>
</xsl:template>