Skip to content

Commit b8abb9b

Browse files
committed
修复jstl的问题
1 parent 35e86fe commit b8abb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/content/auth/user-status-input.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(function() {
2323
remote: {
2424
url: 'user-status-checkUsername.do',
2525
data: {
26-
<ccif test="${model != null}">
26+
<c:if test="${model != null}">
2727
id: function() {
2828
return $('#user_id').val();
2929
}

0 commit comments

Comments
 (0)