]> git.donarmstrong.com Git - debbugs.git/commitdiff
output outlook in bugreport outlook
authorDon Armstrong <don@donarmstrong.com>
Sat, 14 Jul 2012 21:40:10 +0000 (14:40 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 14 Jul 2012 21:40:10 +0000 (14:40 -0700)
templates/en_US/cgi/bugreport_buginfo.tmpl

index 8affad181f70ae0fb54f52a9ca6ff83439aa8c4c..9b6c4fd93ba23923e31e850643e74d3140a39961 100644 (file)
@@ -72,5 +72,8 @@
   if (exists $status{summary} and defined $status{summary} and length $status{summary}) {
      $output .= q(<p>Summary: ).html_escape($status{summary}).q(</p>);
   }
+  if (exists $status{outlook} and defined $status{outlook} and length $status{outlook}) {
+     $output .= q(<p>Outlook: ).html_escape($status{outlook}).q(</p>);
+  }
   $output;
 }</div>