diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 21:10:50 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 21:10:50 +0200 |
commit | 3c11da0b05ddffdb5353366314fa5e8d6716fe15 (patch) | |
tree | b1f5a116d54eac4dbb05ad028d2bd566fc049e6d /template/en | |
parent | 691e8bcd33518b31ef3dceddc45d1a5a5349ba26 (diff) | |
download | bugzilla-3c11da0b05ddffdb5353366314fa5e8d6716fe15.tar.gz bugzilla-3c11da0b05ddffdb5353366314fa5e8d6716fe15.tar.xz |
Use hardcoded "bugzilla" in the DTD, see bug 770073
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/bugzilla.dtd.tmpl | 4 |
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 |