diff options
Diffstat (limited to 'templates/demo/income_statement.html')
-rw-r--r-- | templates/demo/income_statement.html | 5 |
1 files changed, 3 insertions, 2 deletions
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('<br>').join('<br />') ?> <br /><?lsmb text('Income Statement') ?> <br /><?lsmb text('for Period') ?> |