]> git.ipfire.org Git - thirdparty/xz.git/commit
doxygen/footer.html: Add missing closing tags and don't open a new tab.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 12 Feb 2024 15:09:10 +0000 (17:09 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 14 Feb 2024 16:31:16 +0000 (18:31 +0200)
commit7f6d9ca329ff3e01d4b0be7366eb4f5c93da41b9
tree87c5b668b2de8b70f37642e2b23b24a41e6e4732
parent26d1527d34d52b0f5d632d4fb636fb33d0867e92
doxygen/footer.html: Add missing closing tags and don't open a new tab.

The footer template from Doxygen has the closing </body> </html>
as Doxygen doesn't add them otherwise.

target="_blank" was omitted as it's not useful here but
it can be slightly annoying as one cannot just go back
in the browser history.

Since the footer links to the license file in the same
directory and not to CC website, the rel attributes
can be omitted.
doxygen/footer.html