Skip to content

Commit

Permalink
The new <since> should be declared in common.dtd.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Christophe Jaillet committed Aug 3, 2024
1 parent f1eda2b commit 99cb8cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/manual/style/common.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -111,6 +111,8 @@ highlight | blockquote">

<!ELEMENT var %Inline;>

<!ELEMENT since %Inline;>

<!-- translators note -->
<!ELEMENT transnote %Inline;>

Expand Down

0 comments on commit 99cb8cb

Please sign in to comment.