summaryrefslogtreecommitdiff
path: root/vs_postclean.pl
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2008-07-11 18:14:16 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2008-07-11 18:14:16 +0000
commit7134ccd2a9ea61cae2195a376703a129726f7ebb (patch)
treefbd7145e1378801021cd764b79f63a103f35b602 /vs_postclean.pl
parentff2f973fa9af733f65ee53aa52edb2488528360b (diff)
downloadMPC-7134ccd2a9ea61cae2195a376703a129726f7ebb.tar.gz
ChangeLogTag: Fri Jul 11 18:13:36 UTC 2008 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'vs_postclean.pl')
-rwxr-xr-xvs_postclean.pl2
1 files changed, 1 insertions, 1 deletions
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/&amp;/&/g;
- $cmd =~ s/&quot;/\'/g;
+ $cmd =~ s/&quot;/\"/g;
$cmd =~ s/&gt;/>/g;
$cmd =~ s/&lt;/</g;