diff options
-rw-r--r-- | perllib/Page.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index f346e9642..d92d80825 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.163 2009-08-27 16:06:44 louise Exp $ +# $Id: Page.pm,v 1.164 2009-08-27 19:38:15 louise Exp $ # package Page; @@ -253,7 +253,6 @@ sub header ($%) { <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="/yui/utilities.js"></script> <script type="text/javascript" src="/js.js"></script> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>${title}$fixmystreet</title> <style type="text/css">\@import url("/css/core.css"); \@import url("/css/main.css");</style> <!--[if LT IE 7]> |