From 8cec5508968c1fcdabca74c5e2adcd4d77a4efbb Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Fri, 19 Mar 2021 20:37:47 +0100 Subject: [PATCH] - disallow passing value by innerHTML (not reactive and missing whitespaces) --- components/Source.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Source.vue b/components/Source.vue index 3725388ae..08683ac70 100644 --- a/components/Source.vue +++ b/components/Source.vue @@ -2,7 +2,7 @@

- {{source.author.replace('^', '')}}, {{source.year}} + , {{source.year}}