From 75b5d3d3c9fcc429b8d2f1adf54bf6526b25f76b Mon Sep 17 00:00:00 2001 From: tykayn Date: Mon, 10 Aug 2020 15:35:54 +0200 Subject: [PATCH] hop escape --- views/partials/toots.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/partials/toots.pug b/views/partials/toots.pug index 95b3b0a..7f0f5e3 100644 --- a/views/partials/toots.pug +++ b/views/partials/toots.pug @@ -12,7 +12,7 @@ i.fa.fa-paperplane-o img.header(src='/avatar.gif') div.date-published=oredredItem['object'].published - blockquote.published(escaped!=oredredItem['object'].content) + blockquote.published(!=oredredItem['object'].content) if oredredItem['object'].attachment && oredredItem['object'].attachment.length if(!displayMedias) sub.no-media Medias are not displayed