diff options
author | André Malo <nd@apache.org> | 2002-12-15 17:00:38 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-12-15 17:00:38 +0100 |
commit | 61f472ac2a9c9f44f49a60ce6ab81e49c0bd50e4 (patch) | |
tree | 1ed186a7fefdcffab73ca3dca91daf338eb00c77 /docs/manual/style/common.dtd | |
parent | typo (diff) | |
download | apache2-61f472ac2a9c9f44f49a60ce6ab81e49c0bd50e4.tar.xz apache2-61f472ac2a9c9f44f49a60ce6ab81e49c0bd50e4.zip |
- add "cite" attribute to <blockquote>
- allow only block elements inside of blockquote.
(HTML strict requirement)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/common.dtd')
-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 e5a5ead1fd..6b51355f1d 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -124,4 +124,5 @@ height CDATA #IMPLIED width CDATA #IMPLIED > -<!ELEMENT blockquote %BlockOrInline;>
\ No newline at end of file +<!ELEMENT blockquote %Block;> +<!ATTLIST blockquote cite CDATA #IMPLIED > |