diff options
author | André Malo <nd@apache.org> | 2014-01-27 00:01:51 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-27 00:01:51 +0100 |
commit | 33c28c414506029663568c1cf7324b60a1afc7ce (patch) | |
tree | e784489dd5604f302e123c8049ba96f8a0d32f40 /docs | |
parent | fix various invalid module references (diff) | |
download | apache2-33c28c414506029663568c1cf7324b60a1afc7ce.tar.xz apache2-33c28c414506029663568c1cf7324b60a1afc7ce.zip |
fix comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/style/common.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index 950bf80ed9..d1a426c658 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -78,10 +78,11 @@ highlight | blockquote"> 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 - name CDATA #IMPLIED -- preferred over contents -- > + name CDATA #IMPLIED > <!ELEMENT program (#PCDATA)> |