diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-26 09:27:55 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-11-26 09:27:55 +0000 |
| commit | a33879a926ba9d3beffcc35e5f8c45cb62e85ce4 (patch) | |
| tree | da90fef631268114918270f6189a4ccb3022277f /docs/ref/docutils.dtd | |
| parent | 905976014be91324d50fa8e7d3d7a5ad05bfca63 (diff) | |
| download | docutils-a33879a926ba9d3beffcc35e5f8c45cb62e85ce4.tar.gz | |
allow empty sections and documents
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2870 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/docutils.dtd')
| -rw-r--r-- | docs/ref/docutils.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd index 6d0e947b3..3d3ae4956 100644 --- a/docs/ref/docutils.dtd +++ b/docs/ref/docutils.dtd @@ -144,7 +144,7 @@ resolve to either an internal or external reference. " ( ( (%body.elements; | topic | sidebar)+, (transition, (%body.elements; | topic | sidebar)+ )*, ( (%section.elements;), (transition?, (%section.elements;) )* )? ) - | ( (%section.elements;), (transition?, (%section.elements;) )* ) ) "> + | ( (%section.elements;), (transition?, (%section.elements;) )* ) )? "> <!ENTITY % text.model " (#PCDATA | %inline.elements;)* "> |
