diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-08-15 22:58:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 10:35:26 +0100 |
commit | 102840bc128085cc731f7283266c21e2f8f8e2f5 (patch) | |
tree | 69c43ad0532776550b253894c147cd63601651a7 /perllib/FixMyStreet/App/Controller/Rss.pm | |
parent | f333e0af758c4679d7b6b53c144f5ba762789ab8 (diff) |
Remove outdated XSL.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Rss.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Rss.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Rss.pm b/perllib/FixMyStreet/App/Controller/Rss.pm index 62a889801..fe4b652ed 100755 --- a/perllib/FixMyStreet/App/Controller/Rss.pm +++ b/perllib/FixMyStreet/App/Controller/Rss.pm @@ -172,7 +172,6 @@ sub generate : Private { $c->stash->{rss} = new XML::RSS( version => '2.0', encoding => 'UTF-8', - stylesheet => $c->cobrand->feed_xsl, encode_output => undef ); $c->stash->{rss}->add_module( |