summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2024-08-03 21:53:13 +0200
committerChristophe Jaillet <jailletc36@apache.org>2024-08-03 21:53:13 +0200
commit99cb8cbf5ac09261eb2ee21ecd1844f789a98684 (patch)
tree52b85d6183dbed8208f2609c59a800cd44dbecec /docs
parentFollow up to r1919620: Restore r->filename re-encoding for ProxyPass URLs. (diff)
downloadapache2-99cb8cbf5ac09261eb2ee21ecd1844f789a98684.tar.xz
apache2-99cb8cbf5ac09261eb2ee21ecd1844f789a98684.zip
The new <since> should be declared in common.dtd.
Otherwise, ir breaks ./build.sh validate-xml I forgot to push that in r1919560. Thanks lucien Gentis for reporting it to me. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/style/common.dtd4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd
index 2cd308078c..8402f9e36e 100644
--- a/docs/manual/style/common.dtd
+++ b/docs/manual/style/common.dtd
@@ -42,7 +42,7 @@
<!-- Generic tag entities -->
<!ENTITY % inlinetags "em | strong | code | a | br | directive | module |
-program | img | cite | q | dfn | var | transnote | glossary | phonetic">
+program | img | cite | q | dfn | var | transnote | glossary | phonetic | since">
<!ENTITY % blocktags "p | example | note | table | ul | ol | dl | pre |
highlight | blockquote">
@@ -111,6 +111,8 @@ highlight | blockquote">
<!ELEMENT var %Inline;>
+<!ELEMENT since %Inline;>
+
<!-- translators note -->
<!ELEMENT transnote %Inline;>