From 024fb3269f31c4425272202700da731ba3366637 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sat, 24 May 2003 15:41:39 -0800 Subject: [PATCH] [project @ 2003-05-24 16:41:39 by joy] revived $terse, sort-of --- cgi/bugreport.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.39.5