Fix doctype declaration in updates.xhtml
This commit is contained in:
parent
92dfca2dc9
commit
65a7bf7fc0
1 changed files with 3 additions and 5 deletions
|
@ -8,11 +8,9 @@
|
||||||
<?xml-stylesheet href="chrome://zotero-platform/content/zotero.css" type="text/css"?>
|
<?xml-stylesheet href="chrome://zotero-platform/content/zotero.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="chrome://zotero/content/update/updates.css"?>
|
<?xml-stylesheet href="chrome://zotero/content/update/updates.css"?>
|
||||||
|
|
||||||
<!DOCTYPE wizard [
|
<!DOCTYPE window [
|
||||||
<!ENTITY % updateDTD SYSTEM "chrome://zotero/locale/mozilla/updates.dtd">
|
<!ENTITY % updateDTD SYSTEM "chrome://zotero/locale/mozilla/updates.dtd"> %updateDTD;
|
||||||
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
|
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> %brandDTD;
|
||||||
%updateDTD;
|
|
||||||
%brandDTD;
|
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<window id="updates"
|
<window id="updates"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue