报告在某些浏览器中无法正常运行的空标记。

示例:


  <html>
    <script/>
  </html>

在应用快速修复后:


  <html>
    <script></script>
  </html>