summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/bugzilla.dtd.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-11 21:10:50 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-11 21:10:50 +0200
commit3c11da0b05ddffdb5353366314fa5e8d6716fe15 (patch)
treeb1f5a116d54eac4dbb05ad028d2bd566fc049e6d /template/en/default/pages/bugzilla.dtd.tmpl
parent691e8bcd33518b31ef3dceddc45d1a5a5349ba26 (diff)
downloadbugzilla-3c11da0b05ddffdb5353366314fa5e8d6716fe15.tar.gz
bugzilla-3c11da0b05ddffdb5353366314fa5e8d6716fe15.tar.xz
Use hardcoded "bugzilla" in the DTD, see bug 770073
Diffstat (limited to 'template/en/default/pages/bugzilla.dtd.tmpl')
-rw-r--r--template/en/default/pages/bugzilla.dtd.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/pages/bugzilla.dtd.tmpl b/template/en/default/pages/bugzilla.dtd.tmpl
index 1d24b323c..56e7773e3 100644
--- a/template/en/default/pages/bugzilla.dtd.tmpl
+++ b/template/en/default/pages/bugzilla.dtd.tmpl
@@ -6,8 +6,8 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
[% USE Bugzilla %]
-<!ELEMENT [% "bugzilla" %] (bug+)>
-<!ATTLIST [% "bugzilla" %]
+<!ELEMENT bugzilla (bug+)>
+<!ATTLIST bugzilla
version CDATA #REQUIRED
urlbase CDATA #REQUIRED
maintainer CDATA #REQUIRED