From 8547856b766c756c1c0f6491951cf50fa6b6ea9c Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 2 May 2019 15:32:49 +0100 Subject: [PATCH] fix: escape alt attr License: MIT Signed-off-by: Henrique Dias --- lib/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html.js b/lib/html.js index 5738396..ab6f4c7 100644 --- a/lib/html.js +++ b/lib/html.js @@ -23,7 +23,7 @@ const comicPage = ({ alt, title, transcript, num, img }) => { Next - +

${escapeHtml(transcript)}

${credits}