From: Don Armstrong Date: Wed, 14 Mar 2007 01:05:58 +0000 (-0700) Subject: stop escaping the old and new titles X-Git-Tag: release/2.6.0~573^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=43698353aeae71abcbefb2adb345c5a547a2d2a4;p=debbugs.git stop escaping the old and new titles --- diff --git a/scripts/service.in b/scripts/service.in index 090a43c2..f1af6ea4 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -850,8 +850,7 @@ END &addmaintainers($data); my $oldtitle = $data->{subject}; $data->{subject}= $newtitle; - $action= "Changed $gBug title to ".html_escape($newtitle)." from ". - html_escape($oldtitle)."."; + $action= "Changed $gBug title to $newtitle from $oldtitle."; &savebug; &transcript("$action\n"); if (length($data->{done})) {