Commit: c3d617d0fa492d39f50840059bc37d23d1d043af Author: Hannes Magnusson <bj...@mongodb.com> Thu, 12 Dec 2013 17:42:19 -0800 Parents: 4633926d144a6cfa595337fc6bcab5dd63109d25 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=c3d617d0fa492d39f50840059bc37d23d1d043af Log: Use whatever protocol we are loaded from (http/https) Changed paths: M templates/header.inc Diff: diff --git a/templates/header.inc b/templates/header.inc index 8b09612..2cae622 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -32,7 +32,7 @@ <link type="text/css" media="all" rel="stylesheet" href="<?=$style?>"> <?php endforeach ?> - <link href="http://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"> </head> <body id="<?=$SUBDOMAIN?>"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php