Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created December 4, 2013 12:40
Show Gist options
  • Save mrvdb/7786833 to your computer and use it in GitHub Desktop.
Save mrvdb/7786833 to your computer and use it in GitHub Desktop.
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