diff --git a/index.html b/index.html
index 5b2068c1..af7d631a 100644
--- a/index.html
+++ b/index.html
@@ -11228,10 +11228,10 @@ for (var k = 0; k < b0.split(" AND ").length; k++) {
if (new Date().getMonth() == 3 && new Date().getDate() <= 3) {
// if url contains "fools=true"
if (!window.location.href.includes("fools=true")) {
- var foolsButton = ``
+ var foolsButton = ``
}
else {
- var foolsButton = ``
+ var foolsButton = ``
}
// insert before pauseButton
document.getElementById("pauseButton").insertAdjacentHTML("beforebegin", foolsButton);