diff options
author | matthew <matthew> | 2006-09-21 21:22:12 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-21 21:22:12 +0000 |
commit | 8c64dc2d4a6bf21abe87bdcc13d86646585636c4 (patch) | |
tree | 7c7c9eb8dce7e308e7d9bca523011e23bbd7bd77 /perllib/Page.pm | |
parent | 18c5c4a4076f471ac5306e48b066f4cfa8b3f3cb (diff) |
Fix PNGs in IE; add comment form.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 0f3030bb0..58c4ece9e 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.10 2006-09-21 18:20:39 matthew Exp $ +# $Id: Page.pm,v 1.11 2006-09-21 21:22:12 matthew Exp $ # package Page; @@ -63,6 +63,9 @@ sub header ($$%) { <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en-gb"> <head> + <!--[if lt IE 7.]> + <script defer type="text/javascript" src="pngfix.js"></script> + <![endif]--> <title>Neighbourhood Fix-It</title> <style type="text/css">\@import url("css.css");</style> </head> |