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/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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue