mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-22 22:21:15 -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.Fprintln(w, "<div id='container'>")
|
||||
makeBib(w, bibEntries)
|
||||
fmt.Fprint(w, footer())
|
||||
fmt.Fprintln(w, "</div>")
|
||||
fmt.Fprint(w, footer())
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue