diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-27 15:34:59 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-27 15:34:59 +0000 |
commit | 1032116623200d6dda3ed9010750835b4c5d3d30 (patch) | |
tree | af7cd4ac8570bfdb0ce4ee04fe4f0d0d83f8f744 | |
parent | 3c74e73a655ab18d4850822e2fe77554792265ff (diff) |
Added missing bodyclass to /my
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r-- | templates/web/fixmystreet/my/my.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/my/my.html b/templates/web/fixmystreet/my/my.html index b6a1e824c..687c5686e 100644 --- a/templates/web/fixmystreet/my/my.html +++ b/templates/web/fixmystreet/my/my.html @@ -1,6 +1,6 @@ [% PROCESS "maps/${map.type}.html" IF problems.size; - INCLUDE 'header.html', title = loc('Your Reports') + INCLUDE 'header.html', title = loc('Your Reports'), bodyclass = 'mappage' %] [% IF problems.size %] |