From edab5a9f678fb97925137d0ac3a4fc13068daeaf Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 10 Aug 2008 16:33:29 -0700 Subject: [PATCH] add missing space and title summary --- Debbugs/Control.pm | 2 +- templates/en_US/cgi/bugreport_buginfo.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index d99bbf8c..418efede 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -493,7 +493,7 @@ sub summary { } } next if $in_pseudoheaders; - $paragraph .= $line ."\n"; + $paragraph .= $line ." \n"; } print {$debug} "Summary is going to be '$paragraph'\n"; $summary = $paragraph; diff --git a/templates/en_US/cgi/bugreport_buginfo.tmpl b/templates/en_US/cgi/bugreport_buginfo.tmpl index 17f00041..2e9b1825 100644 --- a/templates/en_US/cgi/bugreport_buginfo.tmpl +++ b/templates/en_US/cgi/bugreport_buginfo.tmpl @@ -61,7 +61,7 @@ $output }{ my $output = ''; if (exists $status{summary} and defined $status{summary} and length $status{summary}) { - $output .= q(

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

); + $output .= q(

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

); } $output; } -- 2.39.5