瀏覽代碼

진료관리설정 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>