Was missing parentheses around %Sequence; D'oh!
This commit is contained in:
parent
afc255f374
commit
9b4c13178e
|
@ -13,7 +13,7 @@
|
|||
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||||
|
||||
<!--
|
||||
$Revision: 1.3 $
|
||||
$Revision: 1.4 $
|
||||
-->
|
||||
|
||||
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||||
|
@ -480,7 +480,7 @@ that we can allow HTML block level entities within content elements -->
|
|||
<!ELEMENT order (documentation?)>
|
||||
<!ATTLIST order
|
||||
property CDATA #REQUIRED
|
||||
sequence %Sequences; #IMPLIED>
|
||||
sequence (%Sequences;) #IMPLIED>
|
||||
|
||||
<!--
|
||||
a list on which entities of a given type are listed
|
||||
|
|
Loading…
Reference in a new issue