mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-23 14:41:07 -04:00
Merge pull request #40 from NullHypothesis/fix-parser
Fix order of HTML elements.
This commit is contained in:
commit
ab8b7206d2
1 changed files with 1 additions and 1 deletions
|
@ -97,8 +97,8 @@ func parseCiteName(line string) string {
|
|||
}
|
||||
|
||||
func run(w io.Writer, bibEntries []bibEntry) {
|
||||
fmt.Fprintln(w, "<div id='container'>")
|
||||
fmt.Fprint(w, header())
|
||||
fmt.Fprintln(w, "<div id='container'>")
|
||||
makeBib(w, bibEntries)
|
||||
fmt.Fprint(w, footer())
|
||||
fmt.Fprintln(w, "</div>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue