From 48d24a771d14357bafd5cf8d2af48a1ae9f6c690 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 14 Jul 2012 14:40:10 -0700 Subject: [PATCH] output outlook in bugreport --- templates/en_US/cgi/bugreport_buginfo.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.39.2