diff options
author | matthew <matthew> | 2008-05-06 10:13:22 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-05-06 10:13:22 +0000 |
commit | a96549b040e10e27d7cc9be8f84a0b12fb84629a (patch) | |
tree | 2678b2739988e986bb3ac165dca8e6bb633c1e79 | |
parent | 802afbea0f0552d297c317bd1a625a0936f4fbd8 (diff) |
Breaks.
-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 d2146149b..2a8e2b0df 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.93 2008-05-06 10:06:13 matthew Exp $ +# $Id: Page.pm,v 1.94 2008-05-06 10:13:22 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> |