diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 21:01:41 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-11 21:01:41 +0200 |
commit | 34eb8a113a2d46596cece298e71e3da262a14d72 (patch) | |
tree | c02449783f08a543b8689441be1c19e667d9bd77 /template/en/default/pages | |
parent | Bug 1135398: Release notes for 5.0 miss some important changes (diff) | |
download | bugzilla-34eb8a113a2d46596cece298e71e3da262a14d72.tar.gz bugzilla-34eb8a113a2d46596cece298e71e3da262a14d72.tar.bz2 bugzilla-34eb8a113a2d46596cece298e71e3da262a14d72.zip |
Fix the Bugzilla DTD to allow multiple bug aliases, see bug 1012506
Diffstat (limited to 'template/en/default/pages')
-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, |