X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fen_US%2Fcgi%2Fbugreport_buginfo.tmpl;h=9b6c4fd93ba23923e31e850643e74d3140a39961;hb=48d24a771d14357bafd5cf8d2af48a1ae9f6c690;hp=8affad181f70ae0fb54f52a9ca6ff83439aa8c4c;hpb=fbf96e721f2ccf58041ccfe687ab2f1c9b7af4b0;p=debbugs.git diff --git a/templates/en_US/cgi/bugreport_buginfo.tmpl b/templates/en_US/cgi/bugreport_buginfo.tmpl index 8affad1..9b6c4fd 100644 --- a/templates/en_US/cgi/bugreport_buginfo.tmpl +++ b/templates/en_US/cgi/bugreport_buginfo.tmpl @@ -72,5 +72,8 @@ if (exists $status{summary} and defined $status{summary} and length $status{summary}) { $output .= q(

Summary: ).html_escape($status{summary}).q(

); } + if (exists $status{outlook} and defined $status{outlook} and length $status{outlook}) { + $output .= q(

Outlook: ).html_escape($status{outlook}).q(

); + } $output; }