]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Use hardcoded "bugzilla" in the DTD, see bug 770073
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 11 Apr 2015 19:10:50 +0000 (21:10 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 11 Apr 2015 19:10:50 +0000 (21:10 +0200)
template/en/default/pages/bugzilla.dtd.tmpl

index 1d24b323c04ff91617549c4b6c22a2e609de1788..56e7773e38bb211c9195f072c8f4fdf52d139c71 100644 (file)
@@ -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