diff options
author | 2002-12-03 17:44:38 +0000 | |
---|---|---|
committer | 2002-12-03 17:44:38 +0000 | |
commit | 179d6c8d7140d7ca710759ec35de00abcc646c4f (patch) | |
tree | 470d1600a8af79ba01bc17dccb980998f32be1ea /bugzilla.dtd | |
parent | Bug 177850: checksetup.pl was failing if the user didn't have read permission... (diff) | |
download | bugzilla-179d6c8d7140d7ca710759ec35de00abcc646c4f.tar.gz bugzilla-179d6c8d7140d7ca710759ec35de00abcc646c4f.tar.bz2 bugzilla-179d6c8d7140d7ca710759ec35de00abcc646c4f.zip |
Bug 182946 - fix regressions from bug 171493
(Bug.pm/show_bug.cgi/bug_form.pl reorg)
r,a=justdave
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r-- | bugzilla.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd index 681a46f9b..0445d0a4e 100644 --- a/bugzilla.dtd +++ b/bugzilla.dtd @@ -5,7 +5,7 @@ maintainer CDATA #REQUIRED exporter CDATA #IMPLIED > -<!ELEMENT bug (bug_id, (alias?, bug_status, product, priority, version, rep_platform, assigned_to, delta_ts, component, reporter, target_milestone?, bug_severity, creation_ts, qa_contact?, op_sys, resolution?, bug_file_loc?, short_desc?, keywords*, status_whiteboard?, dependson*, blocks*, cc*, long_desc*, attachment*)?)> +<!ELEMENT bug (bug_id, (alias?, bug_status, product, priority, version, rep_platform, assigned_to, delta_ts, component, reporter, target_milestone?, bug_severity, creation_ts, qa_contact?, op_sys, resolution?, bug_file_loc?, short_desc?, keywords*, status_whiteboard?, dependson*, blocked*, cc*, long_desc*, attachment*)?)> <!ATTLIST bug error (NotFound | NotPermitted | InvalidBugId) #IMPLIED > @@ -33,7 +33,7 @@ <!ELEMENT short_desc (#PCDATA)> <!ELEMENT keywords (#PCDATA)> <!ELEMENT dependson (#PCDATA)> -<!ELEMENT blocks (#PCDATA)> +<!ELEMENT blocked (#PCDATA)> <!ELEMENT cc (#PCDATA)> <!ELEMENT long_desc (who, bug_when, thetext)> <!ELEMENT who (#PCDATA)> |