Skip to content
Snippets Groups Projects
Unverified Commit 16146d0a authored by Robb Lewis's avatar Robb Lewis
Browse files

Fix pic.twitter.com links — closes #8

parent 01e958ac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,6 +26,8 @@ class TweetPresenter extends Presenter {
}
}
}
$this->text = str_replace('pic.twitter.com', 'https://pic.twitter.com', $this->text);
 
if ($this->type == '1')
$this->text = '<i class="fa fa-reply"></i> ' . $this->text;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment