From: Don Armstrong Date: Sat, 9 Aug 2008 23:20:43 +0000 (-0700) Subject: * use span instead of a in info bit; fix wrong ) instead of > X-Git-Tag: release/2.6.0~484^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=11f4820b5d792a1e5b9bab82dd670608ef1d0f19;p=debbugs.git * use span instead of a in info bit; fix wrong ) instead of > --- diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index 82509307..30345797 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -1,6 +1,6 @@
#{html_escape($status{bug_num})} - [{ + [{ my $output = qq(); my $temp = $status{severity}; $temp = substr $temp,0,1; @@ -37,7 +37,7 @@ $output .= qq(♲); } $output; - }] + }] [{package_links(package=>$status{package},options=>\%options,class=>"submitter")}] {html_escape($status{subject})}
@@ -66,7 +66,7 @@ version_url(package => $status{package}, found => $status{found_versions}, fixed => $status{fixed_versions}, - ).'") '; + ).'"> '; } if (@{$status{found_versions}}) { $output .= q(Found in );