From 43698353aeae71abcbefb2adb345c5a547a2d2a4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 13 Mar 2007 18:05:58 -0700 Subject: [PATCH] stop escaping the old and new titles --- scripts/service.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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})) { -- 2.39.5