diff options
author | Christian Lippka <cl@openoffice.org> | 2000-12-19 13:49:22 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-12-19 13:49:22 +0000 |
commit | ff869e5bbe9c45d8b0086ccd43e5e470f9515663 (patch) | |
tree | 3394ec331e480af75f5788a99835736450e0b10e /xmloff/dtd/script.mod | |
parent | 11a6d10a21d6f1bdec335f4e8e404fa5aa9c912d (diff) |
fixed syntax error
Diffstat (limited to 'xmloff/dtd/script.mod')
-rw-r--r-- | xmloff/dtd/script.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/script.mod b/xmloff/dtd/script.mod index 166fd3a96e9d..b9980896edb8 100644 --- a/xmloff/dtd/script.mod +++ b/xmloff/dtd/script.mod @@ -1,5 +1,5 @@ <!-- - $Id: script.mod,v 1.3 2000-12-15 14:04:20 mib Exp $ + $Id: script.mod,v 1.4 2000-12-19 14:49:22 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -62,7 +62,7 @@ <!ATTLIST script:library-linked xlink:href %string; #REQUIRED> <!ATTLIST script:library-linked xlink:type (simple) #FIXED "simple"> -<!ELEMENT script:module #PCDATA> +<!ELEMENT script:module (#PCDATA)> <!ATTLIST script:module script:name %string; #REQUIRED> <!ATTLIST script:module script:language %string; #IMPLIED> |