From b5957474944f1c0600281dadbfd4706e3868e405 Mon Sep 17 00:00:00 2001 From: Christopher Hase Date: Thu, 27 Mar 2025 09:26:13 +0100 Subject: [PATCH] create html part 4 --- broker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/broker.ts b/broker.ts index 3b1f1dd..1b5fd83 100644 --- a/broker.ts +++ b/broker.ts @@ -78,6 +78,6 @@ function html(input: string): string { //TODO: process every line... function processLine(input: string): string { - return input; + return input + "\n"; } \ No newline at end of file