diff options
author | David Lawrence <dkl@mozilla.com> | 2011-04-28 03:36:39 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-28 03:36:39 +0200 |
commit | 080bbda9ec684577ea9cb72bc5bab3a968367613 (patch) | |
tree | 62b1296c326d140bac14d894ab271e6a74f5604b | |
parent | 1183fe25291b263f94dab0d2cfda0814aa7727a2 (diff) | |
download | bugzilla-080bbda9ec684577ea9cb72bc5bab3a968367613.tar.gz bugzilla-080bbda9ec684577ea9cb72bc5bab3a968367613.tar.xz |
Bug 538428: bugzilla.dtd is not valid
r/a=LpSolit
-rw-r--r-- | bugzilla.dtd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd index c8d79c021..61d7969f6 100644 --- a/bugzilla.dtd +++ b/bugzilla.dtd @@ -10,8 +10,8 @@ version, rep_platform, op_sys, bug_status, resolution?, dup_id?, see_also*, bug_file_loc?, status_whiteboard?, keywords*, priority, bug_severity, target_milestone?, dependson*, blocked*, everconfirmed, reporter, assigned_to, - cc*, (estimated_time, remaining_time, actual_time, deadline)?, qa_contact?, - token?, group*, flag*, long_desc*, attachment*)?)> + cc*, (estimated_time, remaining_time, actual_time, deadline?)?, qa_contact?, + votes?, token?, group*, flag*, long_desc*, attachment*)?)> <!ATTLIST bug error (NotFound | NotPermitted | InvalidBugId) #IMPLIED > @@ -57,6 +57,7 @@ <!ELEMENT everconfirmed (#PCDATA)> <!ELEMENT cc (#PCDATA)> <!ELEMENT see_also (#PCDATA)> +<!ELEMENT votes (#PCDATA)> <!ELEMENT token (#PCDATA)> <!ELEMENT group (#PCDATA)> <!ATTLIST group @@ -83,7 +84,6 @@ isobsolete (0|1) #REQUIRED ispatch (0|1) #REQUIRED isprivate (0|1) #REQUIRED - isurl (0|1) #REQUIRED > <!ELEMENT attacher (#PCDATA)> <!ELEMENT attachid (#PCDATA)> |