From 00b3a485e254733553ccc7232ca7b93b2a62bf9f Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Wed, 29 Jan 2025 17:13:48 -0700 Subject: [PATCH] render json correctly --- views/paste.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/paste.hbs b/views/paste.hbs index 2e95eb2..160f95e 100644 --- a/views/paste.hbs +++ b/views/paste.hbs @@ -41,7 +41,7 @@
- {{#if (startsWith metadata.mimeType "text/")}} + {{#if (or (startsWith metadata.mimeType "text/") (startsWith metadata.mimeType "application/"))}} {{{content}}} {{else if (startsWith metadata.mimeType "image/")}}