aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2008-04-10 11:06:14 +0000
committermatthew <matthew>2008-04-10 11:06:14 +0000
commitfc17bddf19bf00fcef167c535bcd59b42935a9f6 (patch)
tree37b075048ce63e5ce14b4d6899d923ec3e5b6316
parentb09f4ad54ec3cc043a71737ad445ae13ae0847ec (diff)
Remove some betas, change TWFY email address.
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 0d3d46a6d..52ff87b38 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.86 2008-04-03 17:06:20 matthew Exp $
+# $Id: Page.pm,v 1.87 2008-04-10 11:06:14 matthew Exp $
#
package Page;
@@ -122,7 +122,7 @@ sub header ($%) {
<body>
EOF
$html .= $home ? '<h1 id="header">' : '<div id="header"><a href="/">';
- $html .= 'Fix<span id="my">My</span>Street <span id="beta">' . _('Beta') . '</span>';
+ $html .= 'Fix<span id="my">My</span>Street';
$html .= $home ? '</h1>' : '</a></div>';
$html .= '<div id="wrapper"><div id="content">';
}