run: Use URN for fontconfig DTD

It should not make any difference other than making it in sync with fontconfig
9c46ef4aac
This commit is contained in:
Jan Tojnar
2021-12-08 20:42:40 +01:00
committed by Phaedrus Leeds
parent ef1c99a6ae
commit 973a909c84

View File

@@ -2064,7 +2064,7 @@ add_font_path_args (FlatpakBwrap *bwrap)
g_string_append (xml_snippet,
"<?xml version=\"1.0\"?>\n"
"<!DOCTYPE fontconfig SYSTEM \"fonts.dtd\">\n"
"<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">\n"
"<fontconfig>\n");
if (g_file_test (SYSTEM_FONTS_DIR, G_FILE_TEST_EXISTS))