From 60c84bd48ee5812b90c96b721506a3599e9be62a Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Sat, 19 Nov 2022 17:35:12 +0100 Subject: [PATCH] Slightly improve code style To be honest, this is just to trigger a release. --- src/main/js/template.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/js/template.js b/src/main/js/template.js index aecc819..c8be4fa 100644 --- a/src/main/js/template.js +++ b/src/main/js/template.js @@ -157,16 +157,12 @@ const footer = function( if (privacyPolicyURL === undefined) privacyPolicyURL = "https://fwdekker.com/privacy/"; return stringToHtml( - ``, "footer"); };