diff options
author | matthew <matthew> | 2006-09-22 17:38:00 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-22 17:38:00 +0000 |
commit | 0539c02109c443d8c95c0620e3f70e3164c9f849 (patch) | |
tree | 160bfd8bdca021d06179ef31e98a37a093555a49 /perllib/Page.pm | |
parent | b4732e9e54fa7f752abfe577821c5fae345adc4c (diff) |
Tabs; insert stuff into the database.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index dd03671c1..076e9b330 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.13 2006-09-22 17:21:36 matthew Exp $ +# $Id: Page.pm,v 1.14 2006-09-22 17:38:00 matthew Exp $ # package Page; @@ -65,7 +65,7 @@ sub header ($$%) { <head> <!--[if lt IE 7.]> <script defer type="text/javascript" src="pngfix.js"></script> - <![endif]--> + <![endif]--> <title>Neighbourhood Fix-It</title> <style type="text/css">\@import url("css.css");</style> </head> |