web: fix bad html
This commit is contained in:
parent
53ab61ea89
commit
d5f69b853c
@ -251,6 +251,8 @@ getAccountsOnlyR = do
|
||||
balanceReportAsHtml :: [Opt] -> TemplateData -> BalanceReport -> Hamlet HledgerWebAppRoute
|
||||
balanceReportAsHtml _ td@TD{here=here,a=a,p=p} (items,total) = [$hamlet|
|
||||
%table.balancereport
|
||||
%tr
|
||||
%td
|
||||
^accountsheading^
|
||||
$forall items i
|
||||
^itemAsHtml' i^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user