From 685283972f1ebcb0bb43c1b99d84166b9ecae60e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 7 Aug 2008 12:43:02 -0700 Subject: [PATCH] * Remove commented out bits of short_bug_status which were for testing --- templates/en_US/cgi/short_bug_status.tmpl | 49 +---------------------- 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/templates/en_US/cgi/short_bug_status.tmpl b/templates/en_US/cgi/short_bug_status.tmpl index fb779401..94392d65 100644 --- a/templates/en_US/cgi/short_bug_status.tmpl +++ b/templates/en_US/cgi/short_bug_status.tmpl @@ -41,7 +41,6 @@ [{package_links(package=>$status{package},options=>\%options,class=>"submitter")}] {html_escape($status{subject})}
- Reported by: {package_links(submitter=>$status{originator})}; Date: {$status{date_text}}; { my $output = ''; @@ -135,51 +134,5 @@ if (exists $status{archived} and $status{archived}) { $output .= q(Bug is archived. No further changes may be made. ) } - $output} -
+ $output} -- 2.39.5