Skip to content

Commit

Permalink
🐛 fix: 补充元素关闭slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan4261 committed Mar 26, 2021
1 parent 2c29f73 commit 8a26fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/WEB-INF/micro/devkit/cprouter/refactor.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if (verify.equals("1") && modeid != -1) {
out.print("认证通过, 开始重构, 模块id: " + modeid + ".<br>");
} else {
out.print("<h1>请通过auth, modeid参数确认执行重构.<h1>");
out.print("<h1>请通过auth, modeid参数确认执行重构.</h1>");
return;
}
Expand Down

0 comments on commit 8a26fa5

Please # to comment.