diff options
author | matthew <matthew> | 2007-06-22 14:20:45 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-06-22 14:20:45 +0000 |
commit | f685b00e05308169604161f1e27e1944a94620a9 (patch) | |
tree | 2a14eb82e6b2f37bc6c721d4fb6e37d87c18e390 /perllib/Page.pm | |
parent | 262cdf304f77480d79192efa72eed00c7d562f35 (diff) |
Typos, layout fix.
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 3b4e9b0f6..8e3815931 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.57 2007-06-15 14:57:52 matthew Exp $ +# $Id: Page.pm,v 1.58 2007-06-22 14:20:45 matthew Exp $ # package Page; @@ -101,7 +101,7 @@ EOF $html .= $home ? '</h1>' : '</a></div>'; $html .= '<div id="wrapper"><div id="content">'; if (mySociety::Config::get('STAGING_SITE')) { - #$html .= '<p id="error">This is a developer site; things might break at any time, and councils are not sent emails (they\'d get annoyed!).</p>'; + $html .= '<p id="error">This is a developer site; things might break at any time, and councils are not sent emails (they\'d get annoyed!).</p>'; } return $html; } |