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 4c46502 commit 6c8f857Copy full SHA for 6c8f857
hledger-lib/Hledger/Write/Html/Lucid.hs
@@ -25,6 +25,7 @@ type Html = Html.Html ()
25
26
printHtml :: (Lines border) => [[Cell border Html]] -> Html
27
printHtml table = do
28
+ Html.meta_ [Html.charset_ "UTF-8"]
29
Html.link_ [Html.rel_ "stylesheet", Html.href_ "hledger.css"]
30
Html.style_ Attr.tableStylesheet
31
Html.table_ $ traverse_ formatRow table
0 commit comments