From 7ced703053f6b6848a7916245b4fbc0a3b19efb9 Mon Sep 17 00:00:00 2001 From: ewwwin Date: Thu, 8 May 2025 23:38:06 -0700 Subject: [PATCH] there. have your unicode. are you happy --- shit.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shit.mjs b/shit.mjs index 7f0c719..1e65bbe 100644 --- a/shit.mjs +++ b/shit.mjs @@ -10,7 +10,7 @@ createServer(async (request, response) => { response.writeHead(200, { 'content-type': 'text/html', }).end( - `
${
+			`
${
 				(await readFile('a.txt', {flag: 'a+', encoding: 'utf8'}))
 					// ugh, fine, i'll html escape it. no xss for you
 					.replace(/[<>&'"]/g, match => ({