Fix license element syntax in package.dtd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user