summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-26 13:53:39 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-26 13:53:39 +0000
commit5f0c56c35da6cc5ab612331cd12add6e65e5c325 (patch)
treee3a331250d2a4c49ee4b670d37b27a3644497fd3 /xmloff/dtd/text.mod
parentf59be5c73ad8bd307ca54d81c1c7ce40cce3f73e (diff)
fixed syntax errors
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 6ef237b23318..a28b2c2671db 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.24 2001-02-21 20:32:25 dvo Exp $
+ $Id: text.mod,v 1.25 2001-02-26 14:53:39 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -1058,7 +1058,7 @@ indices, and there may be only one text:index-title element.
<!ELEMENT text:ruby (text:ruby-base, text:ruby-text)>
<!ATTLIST text:ruby text:style-name %styleName; #IMPLIED>
-<!ELEMENT text:ruby-base (%inline-text;)>
+<!ELEMENT text:ruby-base %inline-text;>
<!ELEMENT text:ruby-text (#PCDATA)>
<!ATTLIST text:ruby-text text:style-name %styleName; #IMPLIED>