We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d99595 commit fe7f26fCopy full SHA for fe7f26f
src/core/qgsproject.cpp
@@ -953,6 +953,7 @@ bool QgsProject::write()
953
}
954
955
QDomImplementation DomImplementation;
956
+ DomImplementation.setInvalidDataPolicy( QDomImplementation::DropInvalidChars );
957
958
QDomDocumentType documentType =
959
DomImplementation.createDocumentType( "qgis", "http://mrcc.com/qgis.dtd",
0 commit comments