Browse code

set 'AllowPNG' in msxml documents to record JSON value

Kevin Lin authored on 2015/03/17 07:26:07
Showing 1 changed files
... ...
@@ -71,7 +71,7 @@ static const struct key_entry msxml_keys[] = {
71 71
     { "characterswithspaces", "CharactersWithSpaces", MSXML_JSON_WRKPTR | MSXML_JSON_VALUE },
72 72
     { "version",            "Version",            MSXML_JSON_WRKPTR | MSXML_JSON_VALUE },
73 73
 
74
-    { "allowpng",           "AllowPNG",           MSXML_JSON_WRKPTR },
74
+    { "allowpng",           "AllowPNG",           MSXML_JSON_WRKPTR | MSXML_JSON_VALUE },
75 75
 
76 76
     { "fonts",              "Fonts",              MSXML_IGNORE_ELEM },
77 77
     { "styles",             "Styles",             MSXML_IGNORE_ELEM }