I want to update the HTML bundle so that the head
snippet outputs <meta charset="utf-8">
instead of <meta http-equiv="Content-type" content="text/html; charset=utf-8">
if the doctype is HTML5. How?
This is what it looks like now in the Bundle Editor:
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"${TM_XHTML}>
<title>${1:${TM_FILENAME/((.+)\..*)?/(?2:$2:Page Title)/}}</title>
$0
</head>