You need to sign in or sign up before continuing.
Commit 05c0a40a authored by Frédéric Buclin's avatar Frédéric Buclin

Use hardcoded "bugzilla" in the DTD, see bug 770073

parent 34eb8a11
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% USE Bugzilla %] [% USE Bugzilla %]
<!ELEMENT [% "bugzilla" %] (bug+)> <!ELEMENT bugzilla (bug+)>
<!ATTLIST [% "bugzilla" %] <!ATTLIST bugzilla
version CDATA #REQUIRED version CDATA #REQUIRED
urlbase CDATA #REQUIRED urlbase CDATA #REQUIRED
maintainer CDATA #REQUIRED maintainer CDATA #REQUIRED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment