]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/common.pl
[project @ 2003-08-30 00:15:15 by cjwatson]
[debbugs.git] / cgi / common.pl
index be4421a8c47e1325187ece3a14bbabcdc2b35031..f639daa111f8eefbbeeadfbbc589817887ca2ed0 100644 (file)
@@ -220,6 +220,8 @@ sub htmlindexentrystatus {
     $result .= $showseverity;
     $result .= "Reported by: <a href=\"" . submitterurl($status{originator})
                . "\">" . htmlsanit($status{originator}) . "</a>";
+    $result .= ";\nOwned by: " . htmlsanit($status{owner})
+               if length $status{owner};
     $result .= ";\nTags: <strong>" 
                 . htmlsanit(join(", ", sort(split(/\s+/, $status{tags}))))
                 . "</strong>"