Correct indentation in index.php
This commit is contained in:
parent
a60988f468
commit
8813f4ff66
@ -55,8 +55,8 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=700px, initial-scale=.5"><!-- or width=device-width -->
|
<meta name="viewport" content="width=700px, initial-scale=.5"><!-- or width=device-width -->
|
||||||
' . $htmlHead . '
|
' . $htmlHead . '
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="userstyle.css" />
|
<link rel="stylesheet" type="text/css" href="/userstyle.css" />
|
||||||
</head>' . $output;
|
</head>' . $output;
|
||||||
return $output;
|
return $output;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user