diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 20:59:46 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 20:59:46 +0200 |
commit | 691e8bcd33518b31ef3dceddc45d1a5a5349ba26 (patch) | |
tree | 71116410cf039e3e75e0b09c95dfa892a52792fc /template/en | |
parent | 446656c3996b6741cbe41d19da485265ab7c1fca (diff) | |
download | bugzilla-691e8bcd33518b31ef3dceddc45d1a5a5349ba26.tar.gz bugzilla-691e8bcd33518b31ef3dceddc45d1a5a5349ba26.tar.xz |
Fix the Bugzilla DTD to allow multiple bug aliases, see bug 1012506
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/bugzilla.dtd.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/bugzilla.dtd.tmpl b/template/en/default/pages/bugzilla.dtd.tmpl index ee4492c61..1d24b323c 100644 --- a/template/en/default/pages/bugzilla.dtd.tmpl +++ b/template/en/default/pages/bugzilla.dtd.tmpl @@ -14,7 +14,7 @@ exporter CDATA #IMPLIED > <!ELEMENT [% "bug" %] (bug_id, - (alias?, + (alias*, creation_ts, short_desc, delta_ts, |