Skip to content

Commit

Permalink
修正转义
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lewis committed May 13, 2020
1 parent da94bcd commit 57408a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/spel/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
<div class="col">
<form method="post">
<div class="input-group">
<input type="text" name="spel" class="form-control" id="spel" value="<%= htmlEscape(spel) %>">
<input type="text" name="spel" class="form-control" id="spel" value="<%= HtmlUtils.htmlEscape(spel) %>">
<div class="input-group-btn">
<button type="submit" class="btn btn-primary">提交</button>
</div>
Expand Down

0 comments on commit 57408a0

Please # to comment.