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 :: [Opt] -> TemplateData -> BalanceReport -> Hamlet HledgerWebAppRoute
|
||||||
balanceReportAsHtml _ td@TD{here=here,a=a,p=p} (items,total) = [$hamlet|
|
balanceReportAsHtml _ td@TD{here=here,a=a,p=p} (items,total) = [$hamlet|
|
||||||
%table.balancereport
|
%table.balancereport
|
||||||
|
%tr
|
||||||
|
%td
|
||||||
^accountsheading^
|
^accountsheading^
|
||||||
$forall items i
|
$forall items i
|
||||||
^itemAsHtml' i^
|
^itemAsHtml' i^
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user