diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-01 09:51:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-01 09:51:54 +0100 |
commit | 862835b362268f468f919f13ff3453a560e3d2a6 (patch) | |
tree | 362ebcf37aa841bc8a91215cd8821a2b72b3ad92 /web/index.cgi | |
parent | efe4dc0126acceacb75f6c25852860a78e5fe98e (diff) |
Add clear to fix Southampton FF issue.
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index eb7ae7f37..50a097ea8 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -197,7 +197,7 @@ EOF $out .= $q->h2(_('Recently reported problems')) . ' <ul>' if @$probs; foreach (@$probs) { $out .= '<li><a href="/report/' . $_->{id} . '">'. ent($_->{title}); - $out .= '</a>'; + $out .= '</a></li>'; } $out .= '</ul>' if @$probs; $out .= '</div>'; |