Title: [254575] trunk/Websites/webkit.org
Revision
254575
Author
j...@apple.com
Date
2020-01-15 10:22:16 -0800 (Wed, 15 Jan 2020)

Log Message

Ensure UAs update the stylesheet
https://bugs.webkit.org/show_bug.cgi?id=206292

Reviewed by Devin Rousso.

* wp-content/themes/webkit/header.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (254574 => 254575)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-15 17:59:39 UTC (rev 254574)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-15 18:22:16 UTC (rev 254575)
@@ -1,3 +1,12 @@
+2020-01-15  Jon Davis  <j...@apple.com>
+
+        Ensure UAs update the stylesheet
+        https://bugs.webkit.org/show_bug.cgi?id=206292
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/themes/webkit/header.php:
+
 2020-01-14  Jon Davis  <j...@apple.com>
 
         Display authors of a Web Inspector reference article

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/header.php (254574 => 254575)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/header.php	2020-01-15 17:59:39 UTC (rev 254574)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/header.php	2020-01-15 18:22:16 UTC (rev 254575)
@@ -11,7 +11,7 @@
 
     <meta name="application-name" content="WebKit">
 
-    <link rel="stylesheet" type="text/css" href="" echo get_stylesheet_uri(); ?>?20181220" media="all">
+    <link rel="stylesheet" type="text/css" href="" echo get_stylesheet_uri(); ?>?20200115" media="all">
     <link rel="stylesheet" href="" type="text/css">
     <link rel="stylesheet" href="" type="text/css">
     <meta name="supported-color-schemes" content="light dark">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to