Skip to content

Commit

Permalink
🐛 页面 bug 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
icodelife committed Jul 13, 2021
1 parent 8f5811f commit bcffd9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected void doProcess(final ITemplateContext context, final IProcessableEleme
StringBuilder option = new StringBuilder();
option.append("<option value=\"");
option.append(type);
option.append("\")>");
option.append("\">");
option.append(type);
option.append("</option>");
options.add(option.toString());
Expand Down

0 comments on commit bcffd9b

Please sign in to comment.