]> git.donarmstrong.com Git - debbugs.git/commitdiff
stop escaping the old and new titles
authorDon Armstrong <don@volo>
Wed, 14 Mar 2007 01:05:58 +0000 (18:05 -0700)
committerDon Armstrong <don@volo>
Wed, 14 Mar 2007 01:05:58 +0000 (18:05 -0700)
scripts/service.in

index 090a43c270dc04f284e83a2983993b1b5d99b5e7..f1af6ea4c2561d3b00cb34339b00658c821431b6 100755 (executable)
@@ -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})) {