From: joy <> Date: Sat, 24 May 2003 23:41:39 +0000 (-0800) Subject: [project @ 2003-05-24 16:41:39 by joy] X-Git-Tag: release/2.6.0~903 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=024fb3269f31c4425272202700da731ba3366637;p=debbugs.git [project @ 2003-05-24 16:41:39 by joy] revived $terse, sort-of --- diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index 43600b62..79c80d4a 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -70,7 +70,7 @@ sub display_entity ($$$$\$\@) { $filename = '' unless defined $filename; if ($top) { - $$this .= htmlsanit($entity->stringify_header); + $$this .= htmlsanit($entity->stringify_header) unless ($terse); $$this .= "\n"; } @@ -110,7 +110,7 @@ sub display_entity ($$$$\$\@) { $$this .= "\n"; } } else { - $$this .= htmlsanit($entity->bodyhandle->as_string); + $$this .= htmlsanit($entity->bodyhandle->as_string) unless ($terse); } }