aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-02-12 17:09:10 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-02-14 18:31:16 +0200
commit7f6d9ca329ff3e01d4b0be7366eb4f5c93da41b9 (patch)
tree87c5b668b2de8b70f37642e2b23b24a41e6e4732
parentTweak the expressions in AUTHORS. (diff)
downloadxz-7f6d9ca329ff3e01d4b0be7366eb4f5c93da41b9.tar.xz
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.
-rw-r--r--doxygen/footer.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doxygen/footer.html b/doxygen/footer.html
index 2c687c56..38d6ea0f 100644
--- a/doxygen/footer.html
+++ b/doxygen/footer.html
@@ -3,9 +3,11 @@
<p style="text-align: right;padding-right: 12px;">
XZ logo &copy; 2023 by Jia Tan is licensed under
<a href="COPYING.CC-BY-SA-4.0"
- target="_blank"
- rel="license noopener noreferrer"
+ rel="license"
style="display:inline-block;">
CC BY-SA 4.0
</a>
</p>
+
+</body>
+</html>