diff options
author | matthew <matthew> | 2008-05-14 11:18:35 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-14 11:18:35 +0000 |
commit | ba030679dd7d579eb4d60fb6171de0217c11eb49 (patch) | |
tree | f24a7dec1847c0aec9b89d025ff554d089d9aae1 /perllib/Page.pm | |
parent | a67f8d0a6b243aabe6e4c03313fc6c0403bcb0bc (diff) |
And redirect all the wrong URLs.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index f3031286a..10ce9fd91 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.97 2008-05-14 11:12:28 matthew Exp $ +# $Id: Page.pm,v 1.98 2008-05-14 11:18:35 matthew Exp $ # package Page; @@ -147,7 +147,7 @@ EOF $html .= '<div id="wrapper"><div id="content">'; } if ($params{rss}) { - $html =~ s#<!-- RSS -->#<link rel="alternate" type="application/rss+xml" title="'$params{rss}[0]" href="$params{rss}[1]">#; + $html =~ s#<!-- RSS -->#<link rel="alternate" type="application/rss+xml" title="$params{rss}[0]" href="$params{rss}[1]">#; } if (mySociety::Config::get('STAGING_SITE')) { $html .= '<p id="error">This is a developer site; things might break at any time, and councils are not sent emails (they\'d get annoyed!).</p>'; |