diff options
author | Frank Becker <Frank@Frank-Becker.de> | 2012-04-20 10:56:54 -0700 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-20 10:56:54 -0700 |
commit | ff9b4b0dbd044b3a643e5c7668023201022a7c82 (patch) | |
tree | d19045612f2179a6a29170c5ccc5cae0aa7b93e8 /template/en/default/pages | |
parent | b44422471221d54748d462b69e293a4a346af25c (diff) | |
download | bugs-ff9b4b0dbd044b3a643e5c7668023201022a7c82.tar bugs-ff9b4b0dbd044b3a643e5c7668023201022a7c82.tar.gz bugs-ff9b4b0dbd044b3a643e5c7668023201022a7c82.tar.bz2 bugs-ff9b4b0dbd044b3a643e5c7668023201022a7c82.tar.xz bugs-ff9b4b0dbd044b3a643e5c7668023201022a7c82.zip |
Bug 675502 - show_bug.cgi ctype=xml should include some more comment information
r=dkl, a=LpSolit
Diffstat (limited to 'template/en/default/pages')
-rw-r--r-- | template/en/default/pages/bugzilla.dtd.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/en/default/pages/bugzilla.dtd.tmpl b/template/en/default/pages/bugzilla.dtd.tmpl index 4de268590..2cf42a151 100644 --- a/template/en/default/pages/bugzilla.dtd.tmpl +++ b/template/en/default/pages/bugzilla.dtd.tmpl @@ -56,6 +56,7 @@ token?, group*, flag*, + comment_sort_order*, long_desc*, attachment*)?)> <!ATTLIST [% "bug" %] @@ -116,11 +117,13 @@ [% FOREACH field = Bugzilla.active_custom_fields %] <!ELEMENT [% field.name FILTER xml %] (#PCDATA)> [% END %] -<!ELEMENT long_desc (commentid, attachid?, who, bug_when, work_time?, thetext)> +<!ELEMENT comment_sort_order (#PCDATA)> +<!ELEMENT long_desc (commentid, comment_count, attachid?, who, bug_when, work_time?, thetext)> <!ATTLIST long_desc isprivate (0|1) #REQUIRED > <!ELEMENT commentid (#PCDATA)> +<!ELEMENT comment_count (#PCDATA)> <!ELEMENT who (#PCDATA)> <!ATTLIST who name CDATA #REQUIRED |