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}}