diff options
author | louise <louise> | 2009-12-16 13:00:34 +0000 |
---|---|---|
committer | louise <louise> | 2009-12-16 13:00:34 +0000 |
commit | d720b4e99f36601b4682e7ec4bb6604938b2e116 (patch) | |
tree | a1dc72feeb8015461109c463266b621ddf096467 /perllib/Cobrand.pm | |
parent | e8b1e015dda6f722238ff19d060dfcae164bc81f (diff) |
Fixing typo
Diffstat (limited to 'perllib/Cobrand.pm')
-rw-r--r-- | perllib/Cobrand.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Cobrand.pm b/perllib/Cobrand.pm index 9e14dd27f..0a43cb80c 100644 --- a/perllib/Cobrand.pm +++ b/perllib/Cobrand.pm @@ -7,7 +7,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: louise@mysociety.org. WWW: http://www.mysociety.org # -# $Id: Cobrand.pm,v 1.55 2009-12-16 12:44:19 matthew Exp $ +# $Id: Cobrand.pm,v 1.56 2009-12-16 13:00:34 louise Exp $ package Cobrand; use strict; @@ -104,7 +104,7 @@ my %fns = ( # COUNCILS pass any extra checks. CONTEXT is where we are on the site. 'council_check' => { default => "[1, '']" }, # Return an XSL to be used in rendering feeds - 'feed_xml' => { default => "'/xsl.xsl'" }, + 'feed_xsl' => { default => "'/xsl.xsl'" }, # Return a boolean indicating whether the cobrand displays a report of all councils 'all_councils_report' => { default => '1' }, # Return a boolean indicating whether people should be asked whether this |