Commit: afc0ad86884af49427303d063c8edc33bbaa0a4b Author: Sobak <[email protected]> Wed, 19 Mar 2014 21:05:10 +0100 Parents: 8f27415c1cbc4495bbe8a8a4cada48dcf5c5e1af Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=afc0ad86884af49427303d063c8edc33bbaa0a4b Log: Fixed validation Changed paths: M templates/header.inc Diff: diff --git a/templates/header.inc b/templates/header.inc index fb409a2..6929939 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -40,7 +40,7 @@ $ROOT = substr($_SERVER["SERVER_NAME"], -8) == ".php.net" ? "//shared.php.net" : <link type="text/css" media="all" rel="stylesheet" href="<?php echo $ROOT?><?php echo $style?>"> <?php endforeach ?> - <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext" rel="stylesheet" type="text/css"> + <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="//php.net/favicon.ico"> <!--[if lt IE 9]> <script src="//shared.php.net/js/html5shiv.js"></script> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
