feat: make hr tags self closing
This commit is contained in:
parent
6eb20dbda9
commit
3d00478629
4 changed files with 4 additions and 4 deletions
|
@ -226,7 +226,7 @@ func (w *HTMLWriter) WriteFootnotes(d *Document) {
|
|||
return
|
||||
}
|
||||
w.WriteString(`<div class="footnotes">` + "\n")
|
||||
w.WriteString(`<hr class="footnotes-separatator">` + "\n")
|
||||
w.WriteString(`<hr class="footnotes-separatator"/>` + "\n")
|
||||
w.WriteString(`<div class="footnote-definitions">` + "\n")
|
||||
for i, definition := range w.footnotes.list {
|
||||
id := i + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue