aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-05-13 09:52:04 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-05-13 09:55:27 +0100
commitf842c149eb95247add54a1f5855a267cd11d0049 (patch)
tree635cdbfb202ace3046fc89d04f8d9098f9bd1bf3
parent080fdc6f1a2804407927ecf17d44a0b8de246cbd (diff)
[fixmystreet.com] Fix typo in footer navigation.
-rw-r--r--templates/web/fixmystreet.com/footer-nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/footer-nav.html b/templates/web/fixmystreet.com/footer-nav.html
index 1732acf00..c85d1ea1e 100644
--- a/templates/web/fixmystreet.com/footer-nav.html
+++ b/templates/web/fixmystreet.com/footer-nav.html
@@ -2,7 +2,7 @@
<div class="tablewrapper">
<ul id="footer-main-nav">
<li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
- %]>[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
+ >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END
%]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[%
%]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END