一部のブラウザーで機能しない空のタグを報告します。
例:
<html> <script/> </html>
クイックフィックス適用後:
<html> <script></script> </html>