summaryrefslogtreecommitdiffhomepage
path: root/docs/dtd/module.dtd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2011-09-12 09:49:56 +0000
committerRuslan Ermilov <ru@nginx.com>2011-09-12 09:49:56 +0000
commit8595adc781b9a1c0a7d0ed7099a0653986331667 (patch)
tree6c6ac583273aa5137ad413c47467e174a5f4ae93 /docs/dtd/module.dtd
parent5a8a4bd20cd80675c35dfcfab4a0a2f41deadc44 (diff)
downloadnginx-8595adc781b9a1c0a7d0ed7099a0653986331667.tar.gz
nginx-8595adc781b9a1c0a7d0ed7099a0653986331667.tar.bz2
- The "example" element can now contain sub-elements.
- Added entities for Unicode quotes.
Diffstat (limited to 'docs/dtd/module.dtd')
-rw-r--r--docs/dtd/module.dtd6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/dtd/module.dtd b/docs/dtd/module.dtd
index d280b90a3..40a807e1b 100644
--- a/docs/dtd/module.dtd
+++ b/docs/dtd/module.dtd
@@ -41,7 +41,7 @@
<!ELEMENT emphasis (#PCDATA)* >
-<!ELEMENT example (#PCDATA)* >
+<!ELEMENT example ANY >
<!ELEMENT header (#PCDATA | argument)* >
@@ -79,3 +79,7 @@
<!ENTITY nbsp "&#xA0;" >
<!ENTITY mdash "&nbsp;- " >
+<!ENTITY lsquo "&#8216;">
+<!ENTITY rsquo "&#8217;">
+<!ENTITY ldquo "&#8220;">
+<!ENTITY rdquo "&#8221;">