]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The new <since> should be declared in common.dtd.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Aug 2024 19:53:13 +0000 (19:53 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Aug 2024 19:53:13 +0000 (19:53 +0000)
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

docs/manual/style/common.dtd

index 2cd308078c6c4afb2eba7e38f53db7ef007aef4b..8402f9e36e27f1e62ef082f291ed3f02b1d00754 100644 (file)
@@ -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;>