Title: [295566] trunk/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb
Revision
295566
Author
commit-qu...@webkit.org
Date
2022-06-15 10:58:39 -0700 (Wed, 15 Jun 2022)

Log Message

Incorrect Github file link in PrettyPatch
https://bugs.webkit.org/show_bug.cgi?id=241638

Patch by Youssef Soliman <youssefdevel...@gmail.com> on 2022-06-15
Reviewed by Jonathan Bedard.

In the pretty patch view, pressing a filename redirects you to
https://github.com/WebKit/WebKit/blob/%7Bfilename%7D due to a
templating typo.

* Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb:

Canonical link: https://commits.webkit.org/251571@main

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb (295565 => 295566)


--- trunk/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb	2022-06-15 17:51:15 UTC (rev 295565)
+++ trunk/Websites/bugs.webkit.org/PrettyPatch/PrettyPatch.rb	2022-06-15 17:58:39 UTC (rev 295566)
@@ -155,7 +155,7 @@
     end
 
     def self.linkifyFilename(filename)
-        "<a href=''>#{filename}</a>"
+        "<a href=''>#{filename}</a>"
     end
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to