summaryrefslogtreecommitdiffstats
path: root/bugzilla.dtd
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-04-04 14:19:58 +0200
committerbbaetz%student.usyd.edu.au <>2002-04-04 14:19:58 +0200
commit99da5c1938127f39a094e84b1d7e80b84be0ea68 (patch)
tree2aa5ebedfc38523aa4de68d47984d7856b231b02 /bugzilla.dtd
parenta34eeb2081bd7e420ebbae68cc345ed760ec1988 (diff)
downloadbugzilla-99da5c1938127f39a094e84b1d7e80b84be0ea68.tar.gz
bugzilla-99da5c1938127f39a094e84b1d7e80b84be0ea68.tar.xz
Bug 126883 - bugzilla.dtd isn't quite correct
r=gerv, justdave
Diffstat (limited to 'bugzilla.dtd')
-rw-r--r--bugzilla.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bugzilla.dtd b/bugzilla.dtd
index f9e9c4480..459755ccd 100644
--- a/bugzilla.dtd
+++ b/bugzilla.dtd
@@ -5,7 +5,7 @@
maintainer CDATA #REQUIRED
exporter CDATA #IMPLIED
>
-<!ELEMENT bug (bug_id, (exporter?, urlbase?, 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, (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*)?)>
<!ATTLIST bug
error (NotFound | NotPermitted | InvalidBugId) #IMPLIED
>