From 11f4820b5d792a1e5b9bab82dd670608ef1d0f19 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 9 Aug 2008 16:20:43 -0700 Subject: [PATCH] * use span instead of a in info bit; fix wrong ) instead of > --- templates/en_US/cgi/short_bug_status.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); -- 2.39.5