From e73717e4e6becbbbb64cca9360d0c770782beb37 Mon Sep 17 00:00:00 2001 From: Shiny Nematoda Date: Sun, 18 Dec 2022 10:22:00 +0000 Subject: [PATCH] Fixes #97 Signed-off-by: Shiny Nematoda --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index aa1d387..fdd6821 100644 --- a/src/App.vue +++ b/src/App.vue @@ -150,7 +150,7 @@ onMounted(() => { v-if="data.state.art" class="art" loading="lazy" - :src="data.state.art" /> + :src="data.state.art.replaceAll('&', '&')" />