Skip to content

Commit

Permalink
ChangeLogTag: Fri Jul 11 18:13:36 UTC 2008 Adam Mitz <[email protected]>
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.dre.vanderbilt.edu/DOC/MPC/trunk@1451 a3e5c962-4219-0410-a828-e124f845ac39
  • Loading branch information
mitza committed Jul 11, 2008
1 parent 00a4d86 commit 9c194e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Jul 11 18:13:36 UTC 2008 Adam Mitz <[email protected]>

* vs_postclean.pl:

&quot; becomes ", not '.

Fri Jul 11 15:18:27 UTC 2008 Adam Mitz <[email protected]>

* docs/README:
Expand Down
2 changes: 1 addition & 1 deletion vs_postclean.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9c194e0

Please sign in to comment.