summaryrefslogtreecommitdiff
path: root/templates/demo
diff options
context:
space:
mode:
Diffstat (limited to 'templates/demo')
-rw-r--r--templates/demo/balance_sheet.html5
-rw-r--r--templates/demo/income_statement.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/demo/balance_sheet.html b/templates/demo/balance_sheet.html
index e21fe7b3..23430e9b 100644
--- a/templates/demo/balance_sheet.html
+++ b/templates/demo/balance_sheet.html
@@ -56,8 +56,9 @@ END ?>
<body>
<h2 align="center">
-<?lsmb company ?>
-<br /><?lsmb address ?>
+<?lsmb company -?>
+<?lsmb #SC: This is to convert a line termination indicator to a real br ?>
+<br /><?lsmb address.split('&lt;br&gt;').join('<br />') ?>
<br /><?lsmb text('Balance Sheet') ?>
<br /><?lsmb text('as at [_1]', this_period) ?>
diff --git a/templates/demo/income_statement.html b/templates/demo/income_statement.html
index 03043ae6..0198f4c5 100644
--- a/templates/demo/income_statement.html
+++ b/templates/demo/income_statement.html
@@ -56,8 +56,9 @@ END ?>
<body>
<h2 align="center">
-<?lsmb company ?>
-<br /><?lsmb address ?>
+<?lsmb company -?>
+<?lsmb #SC: This is to convert a line termination indicator to a real br ?>
+<br /><?lsmb address.split('&lt;br&gt;').join('<br />') ?>
<br /><?lsmb text('Income Statement') ?>
<br /><?lsmb text('for Period') ?>