File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ if ($config["cache"]) {
38
38
<head>
39
39
40
40
<meta charset="utf-8">
41
- <meta name="viewport" content="width=device-width">
42
41
<meta name="viewport" content="width=device-width, initial-scale=1.0">
43
42
44
43
<title>PHP: <?php echo $ title ?> </title>
@@ -92,7 +91,7 @@ if ($config["cache"]) {
92
91
<div class="navbar-inner clearfix">
93
92
<a href="/" class="brand"><img src="/images/logo.php" width="48" height="24" alt="php"></a>
94
93
<div id="mainmenu-toggle-overlay"></div>
95
- <input type="checkbox" id="mainmenu-toggle" / >
94
+ <input type="checkbox" id="mainmenu-toggle">
96
95
<ul class="nav">
97
96
<li class="<?php echo $ curr == "downloads " ? "active " : "" ?> "><a href="/downloads">Downloads</a></li>
98
97
<li class="<?php echo $ curr == "docs " ? "active " : "" ?> "><a href="/docs.php">Documentation</a></li>
You can’t perform that action at this time.
0 commit comments