diff --git a/Hledger/Cli/Commands/Web.hs b/Hledger/Cli/Commands/Web.hs index 2234fc4aa..ad89e4961 100644 --- a/Hledger/Cli/Commands/Web.hs +++ b/Hledger/Cli/Commands/Web.hs @@ -251,7 +251,9 @@ getAccountsOnlyR = do balanceReportAsHtml :: [Opt] -> TemplateData -> BalanceReport -> Hamlet HledgerWebAppRoute balanceReportAsHtml _ td@TD{here=here,a=a,p=p} (items,total) = [$hamlet| %table.balancereport - ^accountsheading^ + %tr + %td + ^accountsheading^ $forall items i ^itemAsHtml' i^ %tr.totalrule