A few HTML validation fixes (#2745)

This commit is contained in:
XhmikosR 2020-06-01 00:26:03 +03:00 committed by GitHub
parent ef0fbe1b50
commit f1f0ff9776
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 14 deletions

View file

@ -17,14 +17,13 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
</head>
<!--
BODY TAG OPTIONS:
=================
Apply one or more of the following classes to to the body tag
to get the desired effect
|---------------------------------------------------------|
|LAYOUT OPTIONS | sidebar-collapse |
| | sidebar-mini |
|---------------------------------------------------------|
`body` tag options:
Apply one or more of the following classes to to the body tag
to get the desired effect
* sidebar-collapse
* sidebar-mini
-->
<body class="hold-transition sidebar-mini">
<div class="wrapper">

View file

@ -1186,7 +1186,7 @@
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<script type="text/javascript">
<script>
$(function() {
const Toast = Swal.mixin({
toast: true,

View file

@ -748,7 +748,7 @@
<h4>Available Colors</h4>
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-default text-center active">
<input type="radio" name="color_option" id="color_option1" autocomplete="off" checked="">
<input type="radio" name="color_option" id="color_option1" autocomplete="off" checked>
Green
<br>
<i class="fas fa-circle fa-2x text-green"></i>

View file

@ -163,7 +163,7 @@
</div>
<!-- ./wrapper -->
<script type="text/javascript">
<script>
window.addEventListener("load", window.print());
</script>
</body>

View file

@ -750,7 +750,7 @@
<label class="custom-file-label" for="exampleInputFile">Choose file</label>
</div>
<div class="input-group-append">
<span class="input-group-text" id="">Upload</span>
<span class="input-group-text">Upload</span>
</div>
</div>
</div>
@ -1313,7 +1313,7 @@
<script src="../../dist/js/adminlte.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<script type="text/javascript">
<script>
$(document).ready(function () {
bsCustomFileInput.init();
});

View file

@ -797,7 +797,7 @@
<script src="../../dist/js/adminlte.min.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../../dist/js/demo.js"></script>
<script type="text/javascript">
<script>
$(document).ready(function () {
$.validator.setDefaults({
submitHandler: function () {