diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:19 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2014-03-29 21:56:45 +0100 |
commit | 2a463b3cd73c32ee9dcd508248d0194923f435f4 (patch) | |
tree | 2ff478255a77a55031056790918b6f983bb7b20a /docs/manual/style/common.dtd | |
parent | 86d5cc79d9d6750da8771fdb0c9ab22c19b8ad45 (diff) | |
download | apache2-upstream/2.4.9.tar.gz |
Imported Upstream version 2.4.9upstream/2.4.9
Diffstat (limited to 'docs/manual/style/common.dtd')
-rw-r--r-- | docs/manual/style/common.dtd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index cbe71245..93c6f19e 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -74,12 +74,15 @@ highlight | blockquote"> <!ELEMENT directivelist (directive)+> <!ELEMENT module (#PCDATA)> -<!ATTLIST module status CDATA #IMPLIED> +<!ATTLIST module status CDATA #IMPLIED + outdated (true) #IMPLIED> <!ELEMENT directive (#PCDATA)> +<!-- name attribute is preferred over contents when generating links --> <!ATTLIST directive module CDATA #IMPLIED type CDATA #IMPLIED - status CDATA #IMPLIED > + status CDATA #IMPLIED + name CDATA #IMPLIED > <!ELEMENT program (#PCDATA)> @@ -164,7 +167,6 @@ highlight | blockquote"> <!ELEMENT dd %BlockOrInline;> <!ELEMENT pre %Inline;> -<!ATTLIST pre class CDATA #IMPLIED> <!ELEMENT highlight %Inline;> <!ATTLIST highlight language CDATA #IMPLIED> |