aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-04 12:46:36 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-04 12:46:36 +0100
commita56a2d0f60e0c11783fd43982c6738dd9fce023e (patch)
tree6f86f32af0f8dedcf5f01dae913918efe7bade2a
parent23005a8f0d5ef50e8f1fa2657bffbdb0207619b7 (diff)
remove redundant > in header
-rw-r--r--templates/web/barnet/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html
index 87e869d29..750a0c940 100644
--- a/templates/web/barnet/header.html
+++ b/templates/web/barnet/header.html
@@ -55,8 +55,8 @@
<div id="breadcrumb">
<!-- googleoff:all -->
<ul>
- <li><a href="http://www.barnet.gov.uk/">Home</a> > </li>
- <li><a href="/">FixMyStreet</a> > </li>
+ <li><a href="http://www.barnet.gov.uk/">Home</a></li>
+ <li><a href="/">FixMyStreet</a></li>
<li class="bc_end"><span>
[% IF c.req.uri.path == '/' || c.req.uri.path == '/around' %]Report a problem[% END %]
[% IF ( matches = c.req.uri.path.match( '/report/\d+' ) ) %]Report[% IF problem %] [% problem.id %][% END %][% END %]