Skip to content

Commit 7434c75

Browse files
author
Andreas Müller
committed
fixed html
1 parent 704ae12 commit 7434c75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/output/invoice.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ class invoice extends Base {
6262
}
6363
// REMOVE
6464
// _.each(this.users, (time, name) => stats += `\n* **${name}**: ${time}`);
65-
let to = this.concat(this.config.get('invoiceAddress'), '</br>');
66-
let from = this.concat(this.config.get('invoiceSettings').from, '</br>');
67-
let opening = this.concat(this.config.get('invoiceSettings').opening, '</br>');
68-
let closing = this.concat(this.config.get('invoiceSettings').closing, '</br>');
65+
let to = this.concat(this.config.get('invoiceAddress'), '<br />');
66+
let from = this.concat(this.config.get('invoiceSettings').from, '<br />');
67+
let opening = this.concat(this.config.get('invoiceSettings').opening, '<br />');
68+
let closing = this.concat(this.config.get('invoiceSettings').closing, '<br />');
6969

7070
// QR bill
7171
let endOfZipPos = this.config.get('invoiceSettings').from[3].search("[ _]");

0 commit comments

Comments
 (0)