texinfo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

html output (footnotes)


From: Jean-Christophe Helary
Subject: html output (footnotes)
Date: Tue, 26 Feb 2019 07:45:41 +0900

(sorry, I sent this to help@ yesterday instead of here)

I am wondering why footnotes are output with h3 and h4 in reverse order:

<div class="footnote">
<hr>
<h4 class="footnotes-heading">Footnotes</h4>

<h3><a id="FOOT1" href="#DOCF1">(1)</a></h3>
<p>footnote text</p>
</div>

Shouldn't it be:

<div class="footnote">
<hr>
<h3 class="footnotes-heading">Footnotes</h3>

<h4><a id="FOOT1" href="#DOCF1">(1)</a></h4>
<p>footnote text</p>
</div>


Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune



reply via email to

[Prev in Thread] Current Thread [Next in Thread]