Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bibproc/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ myinit = do
return (style, refs)

wrapPandoc :: Block -> Pandoc
wrapPandoc blk = Pandoc (Meta [] [] []) [blk]
wrapPandoc blk = Pandoc nullMeta [blk]

toHtml :: Block -> String
toHtml = writeHtmlString def . wrapPandoc
Expand Down
6 changes: 3 additions & 3 deletions bibproc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Executable bib2html
Build-depends:
base >= 4 && < 5,
citeproc-hs > 0.3,
pandoc,
pandoc == 1.12.*,
directory,
filepath,
parsec,
Expand All @@ -31,7 +31,7 @@ Executable bib2sort
Build-depends:
base >= 4 && < 5,
citeproc-hs > 0.3,
pandoc,
pandoc == 1.12.*,
directory,
filepath,
split,
Expand All @@ -46,7 +46,7 @@ Executable bib2html_test
Build-depends:
base >= 4 && < 5,
citeproc-hs > 0.3,
pandoc,
pandoc == 1.12.*,
directory,
filepath,
parsec,
Expand Down
7 changes: 1 addition & 6 deletions test/apa-dragonfly.csl
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@
</group>
</else-if>
<else>
<choose>
<if variable="event" match="none">
<text variable="genre" suffix=", "/>
</if>
</choose>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
Expand Down Expand Up @@ -340,4 +335,4 @@
<text macro="access" prefix=". "/>
</layout>
</bibliography>
</style>
</style>