diff --git a/web/static/js/quotes.js b/web/static/js/quotes.js index 3920f14..715ca3c 100644 --- a/web/static/js/quotes.js +++ b/web/static/js/quotes.js @@ -51,7 +51,7 @@ function escapedString(str) { function renderBlockQuote(quote) { return ` -
${escapedString(quote.text)}
@@ -62,7 +62,7 @@ function renderBlockQuote(quote) { -