오타수정

This commit is contained in:
hylee 2023-12-12 09:58:35 +09:00
parent c2b4b3306c
commit cd3923a543
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<!-- cont_tit -->
<div class="cont_tit">
<h2>대상자 목록</h2>
<h2>대상자 상세</h2>
<ul class="cont_nav">
<li class="home"><a href="/"><i></i></a></li>
<li>

View File

@ -316,7 +316,7 @@
<td>
<c:choose>
<c:when test="${not empty list.avgScore}">
<c:out value="${list.avgScore}" />점
<fmt:formatNumber value="${list.avgScore}" pattern="#,###"/>점
</c:when>
<c:otherwise>
등록된 설문없음