From 8fe2220fa728eda2ff4a84daa5cb3ea156e46154 Mon Sep 17 00:00:00 2001
From: lowlighter <22963968+lowlighter@users.noreply.github.com>
Date: Thu, 4 Mar 2021 18:59:27 +0100
Subject: [PATCH] Remove unclosed tag
---
source/plugins/tweets/index.mjs | 2 +-
source/templates/classic/style.css | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/source/plugins/tweets/index.mjs b/source/plugins/tweets/index.mjs
index f9337685..53d425c7 100644
--- a/source/plugins/tweets/index.mjs
+++ b/source/plugins/tweets/index.mjs
@@ -68,7 +68,7 @@
//Line breaks
.replace(/\n/g, "
")
//Links
- .replace(new RegExp(`${tweet.urls.size ? "" : "noop^"}(${[...tweet.urls.keys()].map(url => `(?:${url})`).join("|")})`, "gi"), (_, url) => `${tweet.urls.get(url)}`), {"&":true})
+ .replace(new RegExp(`${tweet.urls.size ? "" : "noop^"}(${[...tweet.urls.keys()].map(url => `(?:${url})`).join("|")})`, "gi"), (_, url) => `${tweet.urls.get(url)}`), {"&":true})
}))
//Result
diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css
index d20c98ff..b5a45f55 100644
--- a/source/templates/classic/style.css
+++ b/source/templates/classic/style.css
@@ -165,6 +165,7 @@
display: flex;
flex-direction: column;
justify-content: flex-end;
+ padding: 0 4px;
}
/* Speed test categories */