diff options
author | mozilla%colinogilvie.co.uk <> | 2005-06-03 04:26:43 +0000 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2005-06-03 04:26:43 +0000 |
commit | 0a88997e4f35f30d85d21c096ede9cfb27532f78 (patch) | |
tree | 8737f6938ad46597debf7d4767c0e87800471e6e /bugzilla.dtd | |
parent | Bug 295213: whine mail still goes out even though whinedays = "0" - Patch by ... (diff) | |
download | bugzilla-0a88997e4f35f30d85d21c096ede9cfb27532f78.tar.gz bugzilla-0a88997e4f35f30d85d21c096ede9cfb27532f78.tar.bz2 bugzilla-0a88997e4f35f30d85d21c096ede9cfb27532f78.zip |
Bug 293890: Missing element declarations in bugzilla.dtd - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r-- | bugzilla.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd index f9ced933b..9b4ed4f67 100644 --- a/bugzilla.dtd +++ b/bugzilla.dtd @@ -5,7 +5,7 @@ maintainer CDATA #REQUIRED exporter CDATA #IMPLIED > -<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time)?, groups*, long_desc*, attachment*)?)> +<!ELEMENT bug (bug_id, (alias?, creation_ts, short_desc, delta_ts, reporter_accessible, cclist_accessible, classification_id, classification, product, component, version, rep_platform, op_sys, bug_status, resolution?, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, votes?, reporter, assigned_to, qa_contact?, cc*, (estimated_time, remaining_time, actual_time)?, group*, long_desc*, attachment*)?)> <!ATTLIST bug error (NotFound | NotPermitted | InvalidBugId) #IMPLIED > @@ -38,6 +38,7 @@ <!ELEMENT keywords (#PCDATA)> <!ELEMENT dependson (#PCDATA)> <!ELEMENT blocked (#PCDATA)> +<!ELEMENT votes (#PCDATA)> <!ELEMENT cc (#PCDATA)> <!ELEMENT group (#PCDATA)> <!ELEMENT estimated_time (#PCDATA)> |