From 29b9f48e5cfa3d93c9f0a74323609fbe4cc4c1ac Mon Sep 17 00:00:00 2001 From: mgttlinger Date: Fri, 17 Apr 2015 15:49:03 +0200 Subject: [PATCH] Fix for #1113 --- src/main/template/param_list.handlebars | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/template/param_list.handlebars b/src/main/template/param_list.handlebars index e4b1923a..cb4f75bc 100644 --- a/src/main/template/param_list.handlebars +++ b/src/main/template/param_list.handlebars @@ -1,7 +1,8 @@ {{#if required}} {{name}} -{{/if}} +{{else}} {{name}} +{{/if}}