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

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

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