diff --git a/src/main/resources/handlebars/htmlDocs/queryParam.mustache b/src/main/resources/handlebars/htmlDocs/queryParam.mustache index ee9f48a787..10a4c5b9b2 100644 --- a/src/main/resources/handlebars/htmlDocs/queryParam.mustache +++ b/src/main/resources/handlebars/htmlDocs/queryParam.mustache @@ -1,3 +1,3 @@ {{#is this 'query-param'}}
{{baseName}} {{^required}}(optional){{/required}}{{#required}}(required){{/required}}
-
Query Parameter — {{unescapedDescription}} {{#defaultValue}}default: {{{defaultValue}}} {{/defaultValue}}{{#dataFormat}}format: {{{dataFormat}}}{{/dataFormat}}
{{/is}} \ No newline at end of file +
Query Parameter — {{{unescapedDescription}}} {{#defaultValue}}default: {{{defaultValue}}} {{/defaultValue}}{{#dataFormat}}format: {{{dataFormat}}}{{/dataFormat}}
{{/is}}