Merge branch 'master' of github.com:simonmichael/hledger

This commit is contained in:
Simon Michael 2013-06-01 15:58:37 -07:00
commit b6e256554d

View File

@ -401,7 +401,7 @@ journalTransactionsReportAsHtml _ vd (_,items) = [hamlet|
itemAsHtml VD{..} (n, _, _, _, (t, _, split, _, amt, _)) = [hamlet|
<tr.item.#{evenodd}.#{firstposting}>
<td.date>#{date}
<td.description colspan=2 title="#{show t}">#{elideRight 60 desc}
<td.description colspan=2>#{elideRight 60 desc}
<td.amount align=right>
$if showamt
#{mixedAmountAsHtml amt}