We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fe526c + 78bb4ee commit ab8b720Copy full SHA for ab8b720
src/main.go
@@ -97,8 +97,8 @@ func parseCiteName(line string) string {
97
}
98
99
func run(w io.Writer, bibEntries []bibEntry) {
100
- fmt.Fprintln(w, "<div id='container'>")
101
fmt.Fprint(w, header())
+ fmt.Fprintln(w, "<div id='container'>")
102
makeBib(w, bibEntries)
103
fmt.Fprint(w, footer())
104
fmt.Fprintln(w, "</div>")
0 commit comments