Fix doctype declaration in updates.xhtml

This commit is contained in:
Dan Stillman 2023-12-04 05:38:14 -05:00
parent 92dfca2dc9
commit 65a7bf7fc0

View file

@ -8,11 +8,9 @@
<?xml-stylesheet href="chrome://zotero-platform/content/zotero.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/content/update/updates.css"?>
<!DOCTYPE wizard [
<!ENTITY % updateDTD SYSTEM "chrome://zotero/locale/mozilla/updates.dtd">
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%updateDTD;
%brandDTD;
<!DOCTYPE window [
<!ENTITY % updateDTD SYSTEM "chrome://zotero/locale/mozilla/updates.dtd"> %updateDTD;
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
]>
<window id="updates"