commit | 42fb6ab49128f14cd353ec86a177ddda6763812e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 09 17:08:05 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 09 17:08:05 2010 +0000 |
tree | a2a56b68bc65883013bd8cc14cb40a53a1e9d6c6 | |
parent | 7b5aa463f99f600803207ea4bc1aa63b4befdd7d [diff] [blame] |
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") in XML processing instructions and comments. These raw characters are allowed by the XML specification, and are necessary when outputting e.g. PHP code in a processing instruction. Patch by Neil Muller.
diff --git a/Misc/ACKS b/Misc/ACKS index 089e463..0ce586e 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -525,6 +525,7 @@ Sjoerd Mullender Sape Mullender Michael Muller +Neil Muller R. David Murray Piotr Meyer John Nagle