Reports empty tags that do not work in some browsers.

Example:


  <html>
    <script/>
  </html>

After the quick-fix is applied:


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