[Webkit-unassigned] [Bug 201535] Web Inspector: Formatter: Pretty Print HTML resources (including inline <script>/<style>)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 9 18:47:31 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201535
--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org> ---
Hmm one case is:
> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
This currently pretty prints to:
> <meta http-equiv="Content-type" content="text/html; charset=utf-8">
But it should probably keep the self-close and be:
> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190910/b09d2959/attachment.html>
More information about the webkit-unassigned
mailing list