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"]) {
3838<head>
3939
4040 <meta charset="utf-8">
41- <meta name="viewport" content="width=device-width">
4241 <meta name="viewport" content="width=device-width, initial-scale=1.0">
4342
4443 <title>PHP: <?php echo $ title ?> </title>
@@ -92,7 +91,7 @@ if ($config["cache"]) {
9291 <div class="navbar-inner clearfix">
9392 <a href="/" class="brand"><img src="/images/logo.php" width="48" height="24" alt="php"></a>
9493 <div id="mainmenu-toggle-overlay"></div>
95- <input type="checkbox" id="mainmenu-toggle" / >
94+ <input type="checkbox" id="mainmenu-toggle">
9695 <ul class="nav">
9796 <li class="<?php echo $ curr == "downloads " ? "active " : "" ?> "><a href="/downloads">Downloads</a></li>
9897 <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