summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2019-07-30 14:41:23 -0700
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-08-04 17:05:09 +1000
commita41eb7ddd42659989042e767004bcf6185ac9a65 (patch)
tree0b3a04de40e7008a14f2261a87760d71e3a31f37
parente229fb4e56945a697f038e4de7d7515dcf1c1462 (diff)
downloadflac-a41eb7ddd42659989042e767004bcf6185ac9a65.tar.gz
doc: Use empty-element <hr/> tag.
Improve the conformance of the xhtml generated by doxygen by using the self-closing <hr/> tag in the custom footer. Without this, xmllint complains about </body> and </html> end tags inside the still-only <hr>. That syntax is allowed in html but not xml.
-rw-r--r--doc/doxygen.footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.footer.html b/doc/doxygen.footer.html
index c0fe1e0a..cce041da 100644
--- a/doc/doxygen.footer.html
+++ b/doc/doxygen.footer.html
@@ -1,5 +1,5 @@
-<hr size="1">
+<hr size="1"/>
<div class="copyright">
<!-- @@@ oh so hacky -->
<table>