diff --git a/ChangeLog b/ChangeLog index 2c1d3ec5..2fdaae9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 11 18:13:36 UTC 2008 Adam Mitz + + * vs_postclean.pl: + + " becomes ", not '. + Fri Jul 11 15:18:27 UTC 2008 Adam Mitz * docs/README: diff --git a/vs_postclean.pl b/vs_postclean.pl index 30e0de3e..74c31410 100755 --- a/vs_postclean.pl +++ b/vs_postclean.pl @@ -63,7 +63,7 @@ sub read_proj { ## Convert frequently used XML sequences to plain characters. $cmd =~ s/&/&/g; - $cmd =~ s/"/\'/g; + $cmd =~ s/"/\"/g; $cmd =~ s/>/>/g; $cmd =~ s/</