오타수정
This commit is contained in:
parent
c2b4b3306c
commit
cd3923a543
@ -62,7 +62,7 @@
|
|||||||
|
|
||||||
<!-- cont_tit -->
|
<!-- cont_tit -->
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>대상자 목록</h2>
|
<h2>대상자 상세</h2>
|
||||||
<ul class="cont_nav">
|
<ul class="cont_nav">
|
||||||
<li class="home"><a href="/"><i></i></a></li>
|
<li class="home"><a href="/"><i></i></a></li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@ -316,7 +316,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="${not empty list.avgScore}">
|
<c:when test="${not empty list.avgScore}">
|
||||||
<c:out value="${list.avgScore}" />점
|
<fmt:formatNumber value="${list.avgScore}" pattern="#,###"/>점
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
등록된 설문없음
|
등록된 설문없음
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user