aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-11 21:12:44 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-11 21:12:44 +0200
commit05c0a40a304e28aad4c379b02f94a147182f44d1 (patch)
treed78ac78ff2deb65d98b762bf53f92b8ff7fd2b83
parent34eb8a113a2d46596cece298e71e3da262a14d72 (diff)
downloadbugs-05c0a40a304e28aad4c379b02f94a147182f44d1.tar
bugs-05c0a40a304e28aad4c379b02f94a147182f44d1.tar.gz
bugs-05c0a40a304e28aad4c379b02f94a147182f44d1.tar.bz2
bugs-05c0a40a304e28aad4c379b02f94a147182f44d1.tar.xz
bugs-05c0a40a304e28aad4c379b02f94a147182f44d1.zip
Use hardcoded "bugzilla" in the DTD, see bug 770073
-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