From d5f69b853c4d101aa73a3955bebbf75bf8b2183d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Aug 2010 15:28:53 +0000 Subject: [PATCH] web: fix bad html --- Hledger/Cli/Commands/Web.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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