Kaydet (Commit) 8e6ca8fb authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Fix for issue 7852: the DTD for OSX Plists has changed due

to a change in the company name for Apple.
üst 241a0437
...@@ -224,7 +224,7 @@ def _escapeAndEncode(text): ...@@ -224,7 +224,7 @@ def _escapeAndEncode(text):
PLISTHEADER = """\ PLISTHEADER = """\
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
""" """
class PlistWriter(DumbXMLWriter): class PlistWriter(DumbXMLWriter):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment