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
commit7f66f3e02e7f7609fef735d3ca3587a718cc0c2c (patch)
treecd5c7b9b78a27a2b36116cee47adaac9f393e91b /xmloff/dtd/text.mod
parent071b43e96037fae7dce78e36f4228907d0762ccd (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 6ef237b233..a28b2c2671 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>