diff options
author | Frank Becker <Frank@Frank-Becker.de> | 2012-05-27 19:58:45 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-27 19:58:45 +0200 |
commit | a1b2e423700e27df8fe287371bc4c4dd3de7bbe2 (patch) | |
tree | b0883c77002c7d16ad598799b0b0766c0568d6b6 /template/en/default/pages | |
parent | 2bc73c33a8d738de80dd54e77e8ff7d1f5a4f7b3 (diff) | |
download | bugzilla-a1b2e423700e27df8fe287371bc4c4dd3de7bbe2.tar.gz bugzilla-a1b2e423700e27df8fe287371bc4c4dd3de7bbe2.tar.xz |
Bug 676039: The XML format for bugs should include the full name of attachment creators
r/a=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/bugzilla.dtd.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/pages/bugzilla.dtd.tmpl b/template/en/default/pages/bugzilla.dtd.tmpl index 2cf42a151..ee4492c61 100644 --- a/template/en/default/pages/bugzilla.dtd.tmpl +++ b/template/en/default/pages/bugzilla.dtd.tmpl @@ -138,6 +138,9 @@ isprivate (0|1) #REQUIRED > <!ELEMENT attacher (#PCDATA)> +<!ATTLIST attacher + name CDATA #REQUIRED +> <!ELEMENT attachid (#PCDATA)> <!ELEMENT date (#PCDATA)> <!ELEMENT desc (#PCDATA)> |