dev:bal: multiperiod balance now has two hledger.css links, fix

This commit is contained in:
Simon Michael 2024-10-10 22:00:27 -10:00
parent efe9bd9f04
commit a6a1b2c28e

View File

@ -823,8 +823,6 @@ multiBalanceReportAsSpreadsheetParts ishtml opts@ReportOpts{..} (PeriodicReport
-- | Render a multi-column balance report as HTML. -- | Render a multi-column balance report as HTML.
multiBalanceReportAsHtml :: ReportOpts -> MultiBalanceReport -> Html () multiBalanceReportAsHtml :: ReportOpts -> MultiBalanceReport -> Html ()
multiBalanceReportAsHtml ropts mbr = multiBalanceReportAsHtml ropts mbr =
do
link_ [rel_ "stylesheet", href_ "hledger.css"]
printHtml . map (map (fmap L.toHtml)) $ printHtml . map (map (fmap L.toHtml)) $
snd $ multiBalanceReportAsSpreadsheet ropts mbr snd $ multiBalanceReportAsSpreadsheet ropts mbr