]> granicus.if.org Git - apache/commitdiff
allow inline quotations (<q>)
authorAndre Malo <nd@apache.org>
Sat, 28 Sep 2002 03:54:08 +0000 (03:54 +0000)
committerAndre Malo <nd@apache.org>
Sat, 28 Sep 2002 03:54:08 +0000 (03:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96999 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index 088abc5bc584bf0e81da867cf52d3c56ea0995f4..31bf21af6cc50e6fe5b6ab18df0e69d2eb271ea8 100644 (file)
@@ -3,7 +3,7 @@
 <!ENTITY nbsp "&#160;">
 
 <!ENTITY % inlinetags "em | strong | code | a | br | directive | module | img
-| cite | dfn | var">
+| cite | q | dfn | var">
 
 <!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre
 | blockquote">
@@ -51,6 +51,8 @@
 
 <!ELEMENT cite %Inline;>
 
+<!ELEMENT q %Inline;>
+
 <!ELEMENT dfn %Inline;>
 
 <!ELEMENT a %Inline;>