doc/reference.html: Fix XML validity
This commit is contained in:
parent
283f024a4e
commit
55dbc44200
@ -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>
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user