Created
December 4, 2013 12:40
-
-
Save mrvdb/7786833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plugins/TwitterBridge/lib/twitterimport.php b/plugins/TwitterBridge/lib/twitterimport.php | |
index 47cf44d..d9ea93e 100644 | |
--- a/plugins/TwitterBridge/lib/twitterimport.php | |
+++ b/plugins/TwitterBridge/lib/twitterimport.php | |
@@ -519,7 +519,7 @@ class TwitterImport | |
static function tagLink($tag, $orig) | |
{ | |
- return "<a href='https://search.twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>"; | |
+ return "<a href='https://twitter.com/search?q=%23{$tag}' class='hashtag'>{$orig}</a>"; | |
} | |
static function atLink($screenName, $fullName, $orig) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment