* fix typo for a particular entity
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Fri, 21 Dec 2007 22:05:23 +0000 (22:05 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Fri, 21 Dec 2007 22:05:23 +0000 (22:05 +0000)
rss2maildir.py

index d8cd3e4b109d4af1035f1ffd3b4d7cd935da721e..32a39f6243d1f21523eb437e1c9885462c2a16c7 100755 (executable)
@@ -53,7 +53,7 @@ entities = {
     "pound": "£",
     "copy": "©",
     "apos": "'",
-    "quote": "\"",
+    "quot": "\"",
     "nbsp": " ",
     }