diff options
author | matthew <matthew> | 2007-01-24 20:55:30 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-01-24 20:55:30 +0000 |
commit | 4afab0044d781b2ea39ff2153d71b65a12ce3433 (patch) | |
tree | cbbb71ea10d60753cb540871fb004abe85c09202 /perllib/Page.pm | |
parent | d3f6277aa743912e1eed3dc1714abac262faa24f (diff) |
Fix problem reporting without the map; other changes.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 3c1d687e7..2837182a2 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.31 2007-01-23 23:59:08 matthew Exp $ +# $Id: Page.pm,v 1.32 2007-01-24 20:55:30 matthew Exp $ # package Page; @@ -108,8 +108,8 @@ sub footer { <p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a>. Using lots of <a href="http://www.ordnancesurvey.co.uk/">Ordnance Survey</a> data, under licence, -and some <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/bci">clever</a> -<a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.</p> +and some <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/bci">clever</a> <a +href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.</p> </body> </html> |