diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-02-17 19:38:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 19:38:08 (GMT) |
commit | d69ddc9cddf0bc08cf0df3fab45b772448661db2 (patch) | |
tree | f78d0ca1e225b4e681e723fe4e9e8d9e9faac23b /testing | |
parent | af363c50c64268f473aa5b595a0379f8590c4759 (diff) | |
parent | e4ccf68c2320b626acef6a95a86a3cbe78415f55 (diff) | |
download | Doxygen-d69ddc9cddf0bc08cf0df3fab45b772448661db2.zip Doxygen-d69ddc9cddf0bc08cf0df3fab45b772448661db2.tar.gz Doxygen-d69ddc9cddf0bc08cf0df3fab45b772448661db2.tar.bz2 |
Merge pull request #6836 from albert-github/feature/bug_xhtml_dtd_2
Adjustment of xhtml1-transitional.dtd
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/dtd/xhtml1-transitional.dtd | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd index 4ac1571..764c41a 100755 --- a/testing/dtd/xhtml1-transitional.dtd +++ b/testing/dtd/xhtml1-transitional.dtd @@ -30,10 +30,6 @@ <!ATTLIST script added async (async) #IMPLIED - - in - <!ATTLIST a - added - doxygen %URI; #IMPLIED --> <!--================ Character mnemonic entities =========================--> @@ -650,7 +646,6 @@ <!--================== The Anchor Element ================================--> <!-- content is %Inline; except that anchors shouldn't be nested --> -<!-- added for doxygen: doxygen %URI; #IMPLIED --> <!ELEMENT a %a.content;> <!ATTLIST a @@ -659,7 +654,6 @@ charset %Charset; #IMPLIED type %ContentType; #IMPLIED name NMTOKEN #IMPLIED - doxygen %URI; #IMPLIED href %URI; #IMPLIED hreflang %LanguageCode; #IMPLIED rel %LinkTypes; #IMPLIED |