mirror of
https://github.com/wassname/template.git
synced 2026-09-10 12:44:01 +08:00
Updating data processing
This commit is contained in:
@@ -5,7 +5,6 @@ export default function(dom) {
|
||||
|
||||
let head = dom.querySelector("head");
|
||||
|
||||
|
||||
if (!dom.querySelector("meta[charset]")) {
|
||||
let meta = dom.createElement("meta");
|
||||
meta.setAttribute("charset", "utf-8");
|
||||
|
||||
Reference in New Issue
Block a user