Title: [151686] trunk/Websites/webkit.org
Revision
151686
Author
[email protected]
Date
2013-06-18 10:51:42 -0700 (Tue, 18 Jun 2013)

Log Message

The page title of technical-articles.html is incorrect.
https://bugs.webkit.org/show_bug.cgi?id=117727

Patch by Denis Nomiyama <[email protected]> on 2013-06-18
Reviewed by Ryosuke Niwa.

Changed the page title of technical-articles.html to "WebKit Technical Articles".

* coding/technical-articles.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (151685 => 151686)


--- trunk/Websites/webkit.org/ChangeLog	2013-06-18 17:38:07 UTC (rev 151685)
+++ trunk/Websites/webkit.org/ChangeLog	2013-06-18 17:51:42 UTC (rev 151686)
@@ -1,3 +1,14 @@
+2013-06-18  Denis Nomiyama  <[email protected]>
+
+        The page title of technical-articles.html is incorrect.
+        https://bugs.webkit.org/show_bug.cgi?id=117727
+
+        Reviewed by Ryosuke Niwa.
+
+        Changed the page title of technical-articles.html to "WebKit Technical Articles".
+
+        * coding/technical-articles.html:
+
 2013-06-14  Timothy Hatcher  <[email protected]>
 
         Shrink larger images to fit the width of the blog.

Modified: trunk/Websites/webkit.org/coding/technical-articles.html (151685 => 151686)


--- trunk/Websites/webkit.org/coding/technical-articles.html	2013-06-18 17:38:07 UTC (rev 151685)
+++ trunk/Websites/webkit.org/coding/technical-articles.html	2013-06-18 17:51:42 UTC (rev 151686)
@@ -1,5 +1,5 @@
 <?php
-    $title="WebKit Scripts";
+    $title="WebKit Technical Articles";
     include("../header.inc");
 ?>
 <h2>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to