Преглед на файлове

진료관리설정 config.jsp name="" 제거 웹표준 오류 처리

huiwonseo преди 4 години
родител
ревизия
0d3ca2d7b1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/config.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/config.jsp

@@ -363,7 +363,7 @@ function checkValidForPhrData(phrType, phrValue) {
                         <li class="displayItem"><label><input id="displayItemPulseRate" type="checkbox" name="displayItem" value="Y" <c:out value="${pulseRateCheck}" />><span>맥박</span></label></li>
                         <li class="displayItem"><label><input id="displayItemOxygenSaturation" type="checkbox" name="displayItem" value="Y" <c:out value="${oxygenSaturationCheck}" />><span>산소포화도</span></label></li>
                         <li class="displayItem"><label><input id="displayItemBloodSugar" type="checkbox" name="displayItem" value="Y" <c:out value="${bloodSugarCheck}" />><span>혈당</span></label></li>
-                        <li class="displayItem"><label><input id="displayItemSymptom" type="checkbox" name="" value="Y" <c:out value="${symptomCheck}" />><span>임상증상</span></label></li>
+                        <li class="displayItem"><label><input id="displayItemSymptom" type="checkbox" value="Y" <c:out value="${symptomCheck}" />><span>임상증상</span></label></li>
                       </ul>
                     </div>
                   </div>