X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=c5339f19b39218d1bd68a7c21fd18218aad10be6;hb=265348aa3bfe0666606a71f669983f1975b2288b;hp=5fe8db54e18e84350e762858b277d5a142ec8519;hpb=d478fa990c570d347f43806e502d810160513f14;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 5fe8db5..c5339f1 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -177,6 +177,9 @@ $indexentry .= htmlpackagelinks($status{package}, 0); $indexentry .= "Reported by: " . htmlsanit($status{originator}) . ";\n"; +$indexentry .= "Owned by: " . htmlsanit($status{owner}) . ";\n" + if length $status{owner}; + my $dummy = strftime "%a, %e %b %Y %T UTC", localtime($status{date}); $indexentry .= "Date: ".$dummy.";\n
";