From: Don Armstrong Date: Thu, 7 Aug 2008 19:43:02 +0000 (-0700) Subject: * Remove commented out bits of short_bug_status which were for testing X-Git-Tag: release/2.6.0~488^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=685283972f1ebcb0bb43c1b99d84166b9ecae60e;p=debbugs.git * Remove commented out bits of short_bug_status which were for testing --- 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}