From f234a089463122d1b96e19a870b566bb4c32539c Mon Sep 17 00:00:00 2001 From: Vjs Pranavasri Date: Tue, 1 Jun 2021 23:48:53 +0530 Subject: [PATCH] Render html in options too wref: https://handlebarsjs.com/guide/expressions.html#html-escaping Fixes HTML not rendering inside answer #19 : https://github.com/virtual-labs/ph3-lab-mgmt/issues/19 --- templates/partials/content.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/content.handlebars b/templates/partials/content.handlebars index e8971b7e..1af2891c 100644 --- a/templates/partials/content.handlebars +++ b/templates/partials/content.handlebars @@ -32,7 +32,7 @@ {{#each this.answers}} {{/each}} @@ -58,4 +58,4 @@ {{/if}} -{{/if}} \ No newline at end of file +{{/if}}