diff options
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 2a8e2b0df..c3b48aece 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.94 2008-05-06 10:13:22 matthew Exp $ +# $Id: Page.pm,v 1.95 2008-05-06 10:38:25 matthew Exp $ # package Page; @@ -283,7 +283,7 @@ $params{pre} $params{pins} </div> EOF - #$out .= '<div id="watermark"></div>'; + $out .= '<div id="watermark"></div>'; $out .= compass($q, $x, $y); $out .= <<EOF; </div> |