fix(editor): remove trailing slash

html validator:
Info: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
This commit is contained in:
Rotzbua 2024-05-30 01:22:29 +02:00
parent 25205f7440
commit bc6a4a20d2
No known key found for this signature in database
GPG Key ID: C69022D529C17845

View File

@ -2,8 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<!--