web: fix bad html

This commit is contained in:
Simon Michael 2010-08-04 15:28:53 +00:00
parent 53ab61ea89
commit d5f69b853c

View File

@ -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