self-closing xml should not be used in custom tag scheme

This commit is contained in:
lxsang
2021-03-15 13:18:12 +01:00
parent 9a12e9176f
commit d067fa4f21
24 changed files with 158 additions and 159 deletions

View File

@ -25,10 +25,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="resources/themes/system/system.css" rel="stylesheet">
<link id="ostheme" rel="stylesheet" href="">
<script src="scripts/jquery-3.2.1.min.js"></script>
<script src="scripts/jquery-3.4.1.min.js"></script>
<script src="scripts/antos.js"></script>
</head>
<body>
<div id="wrapper" />
<div id="wrapper" ></div>
</body>
</html>