diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-17 14:33:28 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-06-17 14:33:28 +0000 |
| commit | 9787fc29a26b62f13de6e2a0fd2029768c93f89c (patch) | |
| tree | ef4c9ebffc0697024df3ed10bb7091cc13260f5e /docs/ref/docutils.dtd | |
| parent | f250f689b40c156956c18096f44fa631d3de2dad (diff) | |
| download | docutils-9787fc29a26b62f13de6e2a0fd2029768c93f89c.tar.gz | |
Insert "meta" nodes at begin of document.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8767 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 cd654899f..28fd10848 100644 --- a/docs/ref/docutils.dtd +++ b/docs/ref/docutils.dtd @@ -253,8 +253,8 @@ http://www.oasis-open.org/html/tm9901.htm). <!-- Optional elements may be generated by internal processing. --> <!ELEMENT document ( (title, subtitle?)?, - decoration?, meta?, + decoration?, (docinfo, transition?)?, %structure.model; )> <!ATTLIST document |
