From aef4574958855e80be6ab9c8178f8b7fafe92476 Mon Sep 17 00:00:00 2001 From: Livio Soares Date: Fri, 20 Mar 2015 16:37:54 -0400 Subject: [PATCH] operation.handlebars: Using a
around {{{description}}} is more robust to potential HTML tags cannot be nested within the

context. --- src/main/template/operation.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/template/operation.handlebars b/src/main/template/operation.handlebars index b443c89a..41c75e8e 100644 --- a/src/main/template/operation.handlebars +++ b/src/main/template/operation.handlebars @@ -22,7 +22,7 @@ {{/if}} {{#if description}}

Implementation Notes

-

{{{description}}}

+
{{{description}}}
{{/if}} {{#oauth}}