1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Tidy up some whitespace

Sorry, I don't like tab indentation.
(and I definitely don't like a mixture of tab and space indentation)
This commit is contained in:
Joe Haig 2016-07-27 20:34:56 +00:00
parent 9df326b338
commit 2131842fe7

View File

@ -59,7 +59,7 @@ $csrf_token = $_SESSION['csrf_token'];
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -96,8 +96,8 @@ $csrf_token = $_SESSION['csrf_token'];
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
@ -217,5 +217,5 @@ $csrf_token = $_SESSION['csrf_token'];
<!-- Custom Theme JavaScript -->
<script src="dist/js/sb-admin-2.js"></script>
</body>
</body>
</html>