Commit: 698dddbc5d7ccd0f9ab24ae67a950000b772d212 Author: Michael <[email protected]> Sat, 31 May 2014 01:19:08 +0200 Parents: a80340a87a964342227a786a2c136cce0a813f62 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=698dddbc5d7ccd0f9ab24ae67a950000b772d212 Log: remove double viewport meta from head Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index d7c77d6..46da10b 100644 --- a/include/header.inc +++ b/include/header.inc @@ -38,7 +38,6 @@ if ($config["cache"]) { <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>PHP: <?php echo $title ?></title> @@ -92,7 +91,7 @@ if ($config["cache"]) { <div class="navbar-inner clearfix"> <a href="/" class="brand"><img src="/images/logo.php" width="48" height="24" alt="php"></a> <div id="mainmenu-toggle-overlay"></div> - <input type="checkbox" id="mainmenu-toggle" /> + <input type="checkbox" id="mainmenu-toggle"> <ul class="nav"> <li class="<?php echo $curr == "downloads" ? "active" : ""?>"><a href="/downloads">Downloads</a></li> <li class="<?php echo $curr == "docs" ? "active" : ""?>"><a href="/docs.php">Documentation</a></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
