diff dtd/versions.dtd @ 1010:649420cb8021

Fixed DTDs. The "i18n/text/item" element may contain arbitrary elements, allowed in the DTD of a document that includes i18n.xml. Completed renaming of "development" to "mainline".
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 11:56:10 +0400
parents b2b10d564893
children 68e8c8dc9489
line wrap: on
line diff
--- a/dtd/versions.dtd	Mon Nov 11 11:54:16 2013 +0400
+++ b/dtd/versions.dtd	Mon Nov 11 11:56:10 2013 +0400
@@ -6,7 +6,7 @@
 
 <!ELEMENT  download     (item+) >
 <!ATTLIST  download
-           tag          (development | stable | legacy) #REQUIRED
+           tag          (mainline | stable | legacy) #REQUIRED
            changes      CDATA #REQUIRED
 >