diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-25 03:02:00 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-09-25 03:02:00 +0000 |
| commit | 456d58fa344070e7b3d782ecd44ea5f4c793eb2c (patch) | |
| tree | fa6f327c0969e033a4d12c26f413d304cf668cdd /docs/ref/docutils.dtd | |
| parent | e1d2f1face2a58f022aa0bb0e9b3b6fb11adf900 (diff) | |
| download | docutils-456d58fa344070e7b3d782ecd44ea5f4c793eb2c.tar.gz | |
fixed typos
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@718 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/docutils.dtd')
| -rw-r--r-- | docs/ref/docutils.dtd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd index 97efa9477..41eb5d791 100644 --- a/docs/ref/docutils.dtd +++ b/docs/ref/docutils.dtd @@ -430,7 +430,7 @@ either the string separating it from the `option` (typically either <!ELEMENT pending EMPTY> <!ATTLIST pending %basic.atts;> -<!ELEMENT figure (image, ((caption, legend?) | legend) > +<!ELEMENT figure (image, ((caption, legend?) | legend)) > <!ATTLIST figure %basic.atts;> <!-- Also an inline element. --> @@ -439,9 +439,9 @@ either the string separating it from the `option` (typically either %basic.atts; uri CDATA #REQUIRED alt CDATA #IMPLIED - height &number; #IMPLIED - width &number; #IMPLIED - scale &number; #IMPLIED> + height %number; #IMPLIED + width %number; #IMPLIED + scale %number; #IMPLIED> <!ELEMENT caption %text.model;> <!ATTLIST caption %basic.atts;> @@ -459,8 +459,8 @@ Table elements: table, tgroup, colspec, thead, tbody, row, entry. <!ATTLIST system_message %basic.atts; %backrefs.att; - level &number; #IMPLIED - line &number; #IMPLIED + level %number; #IMPLIED + line %number; #IMPLIED type NMTOKEN #IMPLIED> <!-- Used to pass raw data through the system. Also inline. --> |
