From 0c8f99de7820d0fa23d698e9834ec784a0461f9c Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Wed, 15 Apr 2026 18:43:35 -0500 Subject: [PATCH] Fixed linebreaks not showing in Feed --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ef0cccb..2c01032 100644 --- a/index.js +++ b/index.js @@ -175,7 +175,7 @@ function newTAF(taf) { let item = { title: title, - description: taf, + description: taf.replace(/(?:\r\n|\r|\n)/g, '
'), url: API_URL + TAF_SERVICE + "?ids=" + ((tafSplit[1] == "AMD") ? tafSplit[2] : tafSplit[1]), guid: id, date: eventDate