Skip to content

Commit 81e930a

Browse files
author
John Luan
committed
change html2 mustache to fix parameter name
1 parent 029728d commit 81e930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/htmlDocs2/param.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tr><td style="width:150px;">{{paramName}}{{^required}}{{/required}}{{#required}}*{{/required}}</td>
1+
<tr><td style="width:150px;">{{baseName}}{{^required}}{{/required}}{{#required}}*{{/required}}</td>
22
<td>
33

44

0 commit comments

Comments
 (0)