diff options
author | Michael Brauer <mib@openoffice.org> | 2000-12-15 10:12:07 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-12-15 10:12:07 +0000 |
commit | 6d03740e943bac353392467433a8514201b042b6 (patch) | |
tree | 721e3f657075bb20e012bcb87524137ce1ec39cc /xmloff/dtd/script.mod | |
parent | ff22ebabf9ce8c6a234e598e0432641b72ea5c85 (diff) |
#81943#: fixed script:module
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 83f7092016d1..dabb8a235bf1 100644 --- a/xmloff/dtd/script.mod +++ b/xmloff/dtd/script.mod @@ -1,5 +1,5 @@ <!-- - $Id: script.mod,v 1.1 2000-12-07 14:56:21 ab Exp $ + $Id: script.mod,v 1.2 2000-12-15 11:12:07 mib 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 EMPTY> +<!ELEMENT script:module #PCDATA> <!ATTLIST script:module script:name %string; #REQUIRED> <!ATTLIST script:module script:language %string; #IMPLIED> |