Skip to content

Commit

Permalink
解决header乱码
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuanhao committed Jan 17, 2019
1 parent f7a06d6 commit ef27bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/admin_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span>&nbsp;${admin.username}已登录</a>
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span>${admin.username}, 已登录</a>
</li>
<li><a href="logout.html"><span class="glyphicon glyphicon-log-in"></span>&nbsp;退出</a></li>
<li><a href="logout.html"><span class="glyphicon glyphicon-log-in"></span>退出</a></li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/reader_header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="reader_info.html"><span class="glyphicon glyphicon-user"></span>&nbsp;${readercard.name}已登录</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span>&nbsp;退出</a></li>
<li><a href="reader_info.html"><span class="glyphicon glyphicon-user"></span>${readercard.name}, 已登录</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span>退出</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit ef27bd4

Please sign in to comment.