summaryrefslogtreecommitdiffstats
path: root/bugzilla.dtd
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2005-06-03 06:26:43 +0200
committermozilla%colinogilvie.co.uk <>2005-06-03 06:26:43 +0200
commit0a88997e4f35f30d85d21c096ede9cfb27532f78 (patch)
tree8737f6938ad46597debf7d4767c0e87800471e6e /bugzilla.dtd
parent79885c830264013233f695b8b66f879ab640bc01 (diff)
downloadbugzilla-0a88997e4f35f30d85d21c096ede9cfb27532f78.tar.gz
bugzilla-0a88997e4f35f30d85d21c096ede9cfb27532f78.tar.xz
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.dtd3
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)>