doc/reference.html: Fix XML validity

This commit is contained in:
Sebastian Pipping 2021-05-07 17:00:07 +02:00
parent 283f024a4e
commit 55dbc44200
2 changed files with 8 additions and 2 deletions

View File

@ -2486,10 +2486,10 @@ have been allocated by <code><a href="#XML_MemMalloc"
<hr />
<footer>
<div class="footer">
Found a bug in the documentation?
<a href="https://github.com/libexpat/libexpat/issues">Please file a bug report.</a>
</footer>
</div>
</div>
</body>

View File

@ -49,3 +49,9 @@ dl dt:nth-child(1n+2) {
.cpp-symbols dt {
font-family: monospace;
}
/* Resemble style of <footer> which is not part of xhtml1-strict */
.footer {
font-size: var(--ok-fs-5);
color: var(--ok-tc-1);
}