일부 브라우저에서 작동하지 않는 빈 태그를 보고합니다.
예:
<html> <script/> </html>
빠른 수정 적용 후:
<html> <script></script> </html>