aboutsummaryrefslogtreecommitdiffstats
path: root/web/alert.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-01 09:51:54 +0100
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-01 09:51:54 +0100
commit862835b362268f468f919f13ff3453a560e3d2a6 (patch)
tree362ebcf37aa841bc8a91215cd8821a2b72b3ad92 /web/alert.cgi
parentefe4dc0126acceacb75f6c25852860a78e5fe98e (diff)
Add clear to fix Southampton FF issue.
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-xweb/alert.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/alert.cgi b/web/alert.cgi
index fd30dbf4e..208dc756b 100755
--- a/web/alert.cgi
+++ b/web/alert.cgi
@@ -364,7 +364,7 @@ sub alert_list_options {
my $rss_url = Cobrand::url($cobrand, $url, $q);
$out .= 'value="' . $id . '"> <label for="' . $id . '">' . $text
. '</label> <a href="' . $rss_url . '"><img src="/i/feed.png" width="16" height="16"
-title="' . sprintf(_('RSS feed of %s'), $text) . '" alt="' . _('RSS feed') . '" border="0"></a>';
+title="' . sprintf(_('RSS feed of %s'), $text) . '" alt="' . _('RSS feed') . '" border="0"></a></li>';
}
return $out;
}