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 e66c279d2..be116ecbf 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.201 2009-11-04 19:04:58 matthew Exp $ +# $Id: Page.pm,v 1.202 2009-11-05 14:40:55 matthew Exp $ # package Page; @@ -300,7 +300,7 @@ sub header ($%) { my $html = template_header($template, $q, template_root($q), %params); if (mySociety::Config::get('STAGING_SITE')) { - $html .= '<p class="error">' . _("This is a developer site; things might break at any time.") . '</p>'; + #$html .= '<p class="error">' . _("This is a developer site; things might break at any time.") . '</p>'; } return $html; } |