aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-12-03 13:59:06 +0000
committerlouise <louise>2009-12-03 13:59:06 +0000
commit2ac11e04291c340c57ced23a91af2a46538db9f7 (patch)
treecbed18fb09c1ed45d8738e7f16e5af91a8d959bd
parent0e3b272a217b5022455d507e659073138165f224 (diff)
Duh close correct tag
-rw-r--r--perllib/Page.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index 3f5173418..43ef9a6b4 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.215 2009-12-03 13:46:27 louise Exp $
+# $Id: Page.pm,v 1.216 2009-12-03 13:59:06 louise Exp $
#
package Page;
@@ -795,7 +795,7 @@ sub display_problem_meta_line($$) {
my $council = join(' and ', map { $areas_info->{$_}->{name} } @councils);
$out .= '<small class="council_sent_info">';
$out .= $q->br() . sprintf(_('Sent to %s %s later'), $council, prettify_duration($problem->{whensent}, 'minute'));
- $out .= '</span>';
+ $out .= '</small>';
}
} else {
$out .= $q->br() . $q->small(_('Not reported to council'));