mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 14:41:07 -04:00
Swap element order.
This commit is contained in:
parent
86851681b7
commit
a52d81c90e
1 changed files with 1 additions and 1 deletions
|
@ -100,8 +100,8 @@ func run(w io.Writer, bibEntries []bibEntry) {
|
||||||
fmt.Fprint(w, header())
|
fmt.Fprint(w, header())
|
||||||
fmt.Fprintln(w, "<div id='container'>")
|
fmt.Fprintln(w, "<div id='container'>")
|
||||||
makeBib(w, bibEntries)
|
makeBib(w, bibEntries)
|
||||||
fmt.Fprint(w, footer())
|
|
||||||
fmt.Fprintln(w, "</div>")
|
fmt.Fprintln(w, "</div>")
|
||||||
|
fmt.Fprint(w, footer())
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue