diff options
author | matthew <matthew> | 2009-04-16 13:51:24 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-04-16 13:51:24 +0000 |
commit | 38f37a3d9dab22df8f29363aefe4f83cdee27dda (patch) | |
tree | 9890997faad5b218d2a97a59f933a08e1b307199 /perllib/Page.pm | |
parent | 2c3092e761d3c95f21322810605bc60b89df8378 (diff) |
A few more.
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 09effb1c2..1ce00d1f2 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.141 2009-04-16 13:41:48 matthew Exp $ +# $Id: Page.pm,v 1.142 2009-04-16 13:51:30 matthew Exp $ # package Page; @@ -221,7 +221,7 @@ piwik_url = pkBaseURL + "piwik.php"; piwik_log(piwik_action_name, piwik_idsite, piwik_url); //--> </script> -<noscript><img src="http://piwik.mysociety.org/piwik.php?i=1" style="border:0" alt=""></noscript> +<noscript><img width=1 height=1 src="http://piwik.mysociety.org/piwik.php?i=1" style="border:0" alt=""></noscript> <!-- /Piwik --> EOF } |