Fix license element syntax in package.dtd

This commit is contained in:
Fabio Erculiani
2013-06-15 20:26:03 +02:00
parent 183ae6ed8b
commit fdad68cace

View File

@@ -61,7 +61,7 @@
Multiple license elements can be specified. The license
name points to a license text. -->
<!ELEMENT licenses (license+)>
<!ELEMENT license (#PCDATA?)> <!-- the license text, base64 encoded. -->
<!ELEMENT license (#PCDATA)> <!-- the license text, base64 encoded. -->
<!ATTLIST license
name CDATA #REQUIRED
enc (plain | base64) #REQUIRED>