Ver código fonte

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

huiwonseo 4 anos atrás
pai
commit
0d3ca2d7b1
1 arquivos alterados com 1 adições e 1 exclusões
  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>