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.
1 parent 2fe526c commit 78bb4eeCopy full SHA for 78bb4ee
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