resources: compiler: Fix entity processing of xml-stripblanks

Preserve entities instead of replacing them!

Bug #669173.
This commit is contained in:
Christian Persch 2012-01-31 18:10:55 +01:00
parent 296a2a72c6
commit cb1dd2143d

View File

@ -273,7 +273,6 @@ end_element (GMarkupParseContext *context,
argc = 0;
argv[argc++] = (gchar *) xmllint;
argv[argc++] = "--nonet";
argv[argc++] = "--noent";
argv[argc++] = "--noblanks";
argv[argc++] = "--output";
argv[argc++] = tmp_file;