summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-09 15:01:25 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-09 15:01:25 +0000
commitc6b130848fe872e6da137c94e1990413a12401b0 (patch)
treeb26657556a32389b7f1822b8be1d9000dbac635b /templates
parente1c0244de7d919a750ef6571596aa5e9867ea84f (diff)
Adjusting 'Current Earnings' to only indent when appropriate
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1727 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates')
-rw-r--r--templates/demo/balance_sheet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/demo/balance_sheet.html b/templates/demo/balance_sheet.html
index 995fb5ab..e21fe7b3 100644
--- a/templates/demo/balance_sheet.html
+++ b/templates/demo/balance_sheet.html
@@ -46,7 +46,7 @@
account_data.text; ?></a><?lsmb
ELSIF account_data.subtotal; ?><b>&nbsp;&nbsp;<?lsmb
account_data.text; ?></b><?lsmb
- ELSIF account_data.current_earnings; ?>&nbsp;&nbsp;<?lsmb
+ ELSIF account_data.current_earnings; IF l_heading ?>&nbsp;&nbsp;<?lsmb END;
account_data.text;
ELSE;
account_data;