From 6e1d51fa69df4955ce3b95d272cc2b67939accd7 Mon Sep 17 00:00:00 2001 From: Noah Adams Date: Tue, 24 Jan 2017 23:09:06 -0800 Subject: [PATCH] make content of success examples NOT triple-stached, unescaped expression, and instead normally HTML-escaped value --- template/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/index.html b/template/index.html index d6347f26..7c747f9e 100644 --- a/template/index.html +++ b/template/index.html @@ -224,7 +224,7 @@

{{__ @key}}

{{#each params.examples}}
-
{{{reformat content type}}}
+
{{reformat content type}}
{{/each}}