A few HTML validation fixes (#2745)

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

View File

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

View File

@ -748,7 +748,7 @@
<h4>Available Colors</h4> <h4>Available Colors</h4>
<div class="btn-group btn-group-toggle" data-toggle="buttons"> <div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-default text-center active"> <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 Green
<br> <br>
<i class="fas fa-circle fa-2x text-green"></i> <i class="fas fa-circle fa-2x text-green"></i>

View File

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

View File

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

View File

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