From e16300d0a0c84b5a55ec96fb14b7f532a324713c Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Thu, 5 Nov 2020 10:33:06 +0200 Subject: [PATCH] javascript(quizizz-hack): feat: removed yet another tag Signed-off-by: prescientmoon --- javascript/quizizz-hack/entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/quizizz-hack/entry.js b/javascript/quizizz-hack/entry.js index 6fc218e..d472c75 100644 --- a/javascript/quizizz-hack/entry.js +++ b/javascript/quizizz-hack/entry.js @@ -1,6 +1,6 @@ import { render, html } from "https://cdn.skypack.dev/lit-html"; -const tags = ["p", "strong", "em", "sub", "sup", "span", "br"]; +const tags = ["p", "strong", "em", "sub", "sup", "span", "br", "sub"]; function removeTags(input) { let copy = input.replace('"', '\\"');