Explorar el Código

Api 서비스 관리 취약점 조치

junekeunsong hace 4 años
padre
commit
46fad2eacd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/jsp/api/list.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/api/list.jsp

@@ -58,7 +58,7 @@
                                                 </td>
                                                 <th>검색어</th>
                                                 <td>
-                                                    <input type="text" class="form-control" name="hospitalName" value="${hospitalName}" placeholder="검색어를 입력하세요.">
+                                                    <input type="text" class="form-control" name="hospitalName" value="<c:out value="${hospitalName}" />" placeholder="검색어를 입력하세요.">
                                                 </td>
                                                 <td>
                                                     <button class="btn btn-primary">검색</button>