Commit:    fca2d16ac9417588b7bb777a3b37039c507775ca
Author:    Ferenc Kovacs <[email protected]>         Fri, 14 Dec 2012 11:20:24 
+0100
Parents:   cd6db536b08a4f70cc43c9bf30e4262dd82722a3
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=fca2d16ac9417588b7bb777a3b37039c507775ca

Log:
Revert "ugly hack to force updated css to be fetched from static.php.net until 
somebody on [email protected] figures out why myracloud serving a days old 
version"

This reverts commit 195da8406565a3e27eb49edff01e844b190488c1.

Changed paths:
  M  include/layout.inc


Diff:
diff --git a/include/layout.inc b/include/layout.inc
index 7b1e1d8..be381e5 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -208,7 +208,7 @@ function site_header($title = '', $config = array())
 <head{$profile}>
  <title>PHP{$title}</title>
  <style type="text/css" media="all">
-  @import url("{$_SERVER['STATIC_ROOT']}/styles/site.css?r=1");
+  @import url("{$_SERVER['STATIC_ROOT']}/styles/site.css");
   @import url("{$_SERVER['STATIC_ROOT']}/styles/{$mirror_specific_style}.css");
   $import_rtl
  </style>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to