aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-05-19 10:30:47 +0100
committerStruan Donald <struan@exo.org.uk>2011-05-19 10:30:47 +0100
commitd6d40a092c2f28198edb49cdbe39ec344cc09149 (patch)
tree67f64b20d5c283134463d3d0d3f7fb0260696767
parent05d0484425f0e69f762fcce8ed10df12ea515e8e (diff)
parent376e850108a06d0b3dc1d19fd1e77b123b775cc7 (diff)
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
-rw-r--r--perllib/FixMyStreet/App.pm2
-rw-r--r--templates/web/default/report/display.html6
2 files changed, 5 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index ea22179b7..2cb8cbbff 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -84,7 +84,7 @@ __PACKAGE__->setup();
# set up DB handle for old code
FixMyStreet->configure_mysociety_dbhandle;
-# disable debug logging unless in debaug mode
+# disable debug logging unless in debug mode
__PACKAGE__->log->disable('debug') #
unless __PACKAGE__->debug;
diff --git a/templates/web/default/report/display.html b/templates/web/default/report/display.html
index 6200f7a16..d57f1a105 100644
--- a/templates/web/default/report/display.html
+++ b/templates/web/default/report/display.html
@@ -1,7 +1,9 @@
[%
problem_title = problem.title | html;
-
- INCLUDE 'header.html', title => problem_title
+ INCLUDE 'header.html'
+ title = problem_title
+ rss = [ loc('Updates to this problem, FixMyStreet'), "/rss/$problem.id" ]
+ robots = 'index, nofollow'
%]
[% map_start_html %]