summaryrefslogtreecommitdiff
path: root/source/xps/xps-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/xps/xps-doc.c')
-rw-r--r--source/xps/xps-doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xps/xps-doc.c b/source/xps/xps-doc.c
index af5bfe5a..5aa2604c 100644
--- a/source/xps/xps-doc.c
+++ b/source/xps/xps-doc.c
@@ -453,7 +453,7 @@ xps_load_fixed_page(xps_document *doc, xps_page *page)
if (!root)
fz_throw(doc->ctx, FZ_ERROR_GENERIC, "FixedPage missing root element");
- if (!strcmp(fz_xml_tag(root), "mc:AlternateContent"))
+ if (!strcmp(fz_xml_tag(root), "AlternateContent"))
{
fz_xml *node = xps_lookup_alternate_content(root);
if (!node)