Commit: e1f5fc2fb693c2f7ead57151465906233bd36383 Author: Hannes Magnusson <[email protected]> Thu, 21 Nov 2013 23:25:58 -0800 Parents: 1729b90eae7140fc77ed2f87007866fba410674c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e1f5fc2fb693c2f7ead57151465906233bd36383 Log: fix debug code Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index e4b347c..7c14a1c 100755 --- a/include/header.inc +++ b/include/header.inc @@ -50,7 +50,7 @@ if (isset($shortname) && $shortname) { <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'> <?php foreach($CSS as $filename => $modified): ?> -<link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>cached.php?f=styles/<?php echo $filename?>&t=<?php echo $modified?>fda" media="screen"> +<link rel="stylesheet" type="text/css" href="<?php echo $STATIC_ROOT ?>cached.php?f=styles/<?php echo $filename?>&t=<?php echo $modified?>" media="screen"> <?php endforeach ?> <!--[if lte IE 7]> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
