aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authormatthew <matthew>2006-09-25 22:59:06 +0000
committermatthew <matthew>2006-09-25 22:59:06 +0000
commita43f15d02b9f0ccc3053ae8725ce58f88ba33416 (patch)
tree157c9cd28be10838fa209ef11b4043c69a640a42 /perllib/Page.pm
parent4ac4fe8bdcdf6dedbae80d11b664a7d27025095b (diff)
Email confirmation of problems and comments; bugfix in AuthToken.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 377d61dc3..9a3dfc0bd 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.16 2006-09-25 18:39:54 matthew Exp $
+# $Id: Page.pm,v 1.17 2006-09-25 22:59:06 matthew Exp $
#
package Page;
@@ -66,10 +66,10 @@ sub header ($$%) {
<html lang="en-gb">
<head>
<!--[if lt IE 7.]>
- <script defer type="text/javascript" src="pngfix.js"></script>
+ <script defer type="text/javascript" src="/pngfix.js"></script>
<![endif]-->
<title>${title}Neighbourhood Fix-It</title>
- <style type="text/css">\@import url("css.css");</style>
+ <style type="text/css">\@import url("/css.css");</style>
</head>
<body>
EOF
@@ -86,6 +86,7 @@ EOF
=cut
sub footer {
return <<EOF;
+</div>
<h2 class="v">Navigation</h2>
<ul id="navigation">
<li><a href="/contact">Contact</a>