diff options
author | matthew <matthew> | 2006-09-28 11:06:42 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-28 11:06:42 +0000 |
commit | 9475220c2f73e604e77e18c9e5f268ed78560a35 (patch) | |
tree | b86f2a2cb59af4905a5ea3619907638f9e654423 /perllib/Page.pm | |
parent | 10a8a2a3a15787f639ccc01550c7d9d5ea0fac11 (diff) |
Proper proxying; JS scrolling using arrows; GIF pins as the PNG fixing in
IE caused onLoad never to fire.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 403f3e4b7..9feccbaa8 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.21 2006-09-28 00:01:41 matthew Exp $ +# $Id: Page.pm,v 1.22 2006-09-28 11:06:43 matthew Exp $ # package Page; @@ -65,9 +65,12 @@ 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]--> +EOF +# Causes onLoad never to fire in IE... +# <!--[if lt IE 7.]> +# <script defer type="text/javascript" src="/pngfix.js"></script> +# <![endif]--> + $html .= <<EOF; <link type="text/css" rel="stylesheet" href="yui/build/logger/assets/logger.css"> <script type="text/javascript" src="yui/build/yahoo/yahoo-min.js"></script> <script type="text/javascript" src="yui/build/dom/dom-min.js"></script> |