summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-03-12 13:02:15 +0100
committerMichał Górny <mgorny@gentoo.org>2016-03-12 13:16:38 +0100
commitf8325042cda078a7fa29be8dcb9a092219332112 (patch)
tree79174316a39c47c45df82f79afef32140c176f97 /metadata.dtd
parentmetadata.dtd: Remove obsolete <packages/> top-level element (diff)
downloaddtd-f8325042cda078a7fa29be8dcb9a092219332112.tar.gz
dtd-f8325042cda078a7fa29be8dcb9a092219332112.tar.bz2
dtd-f8325042cda078a7fa29be8dcb9a092219332112.zip
metadata.dtd: Move some comments.
Comments should be placed in front of the element they describe, otherwise they can end up in strange places in output of trang conversion.
Diffstat (limited to 'metadata.dtd')
-rw-r--r--metadata.dtd11
1 files changed, 6 insertions, 5 deletions
diff --git a/metadata.dtd b/metadata.dtd
index 8c5334b..7626a57 100644
--- a/metadata.dtd
+++ b/metadata.dtd
@@ -81,9 +81,10 @@
<!ATTLIST longdescription restrict CDATA #IMPLIED >
<!ATTLIST flag restrict CDATA #IMPLIED >
-
-
<!-- standard parts -->
-<!ELEMENT email (#PCDATA) ><!-- an email address -->
-<!ELEMENT name (#PCDATA) ><!-- the name of a person (maintainer, contributor)-->
-<!ELEMENT description (#PCDATA) ><!-- A description of a maintainer or change-->
+<!-- an email address -->
+<!ELEMENT email (#PCDATA) >
+<!-- the name of a person (maintainer, contributor) -->
+<!ELEMENT name (#PCDATA) >
+<!-- A description of a maintainer or change -->
+<!ELEMENT description (#PCDATA) >