Title: [196139] trunk/Websites/webkit.org
Revision
196139
Author
[email protected]
Date
2016-02-04 12:23:50 -0800 (Thu, 04 Feb 2016)

Log Message

Fix bad link on the Feature Status page.
https://bugs.webkit.org/show_bug.cgi?id=152086

Reviewed by Timothy Hatcher.

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

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (196138 => 196139)


--- trunk/Websites/webkit.org/ChangeLog	2016-02-04 20:06:24 UTC (rev 196138)
+++ trunk/Websites/webkit.org/ChangeLog	2016-02-04 20:23:50 UTC (rev 196139)
@@ -1,3 +1,12 @@
+2016-02-04  Jonathan Davis  <[email protected]>
+
+        Fix bad link on the Feature Status page.
+        https://bugs.webkit.org/show_bug.cgi?id=152086
+
+        Reviewed by Timothy Hatcher.
+
+        * wp-content/themes/webkit/status.php:
+
 2016-02-02  Filip Pizlo  <[email protected]>
 
         Get rid of anonymous stack slots

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/status.php (196138 => 196139)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2016-02-04 20:06:24 UTC (rev 196138)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2016-02-04 20:23:50 UTC (rev 196139)
@@ -382,7 +382,7 @@
             <template id="success-template">
                 <ul class="features" id="features-container"></ul>
                 <p>Cannot find something? You can contact <a href="" on Twitter or contact the <a href="" mailing list for questions.</p>
-                <p>You can also <a href="" to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href=""
+                <p>You can also <a href="" to features</a> directly, the entire project is Open Source. To report bugs on existing features or check existing bug reports, see <a href=""
             </template>
             <template id="error-template">
                 <p>Error: unable to load the features list (<span id="error-message"></span>).</p>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to