Closed (fixed)
Project:
Twitter Profile
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Jun 2013 at 12:55 UTC
Updated:
9 Oct 2013 at 11:18 UTC
Hello,
I encountered a problem with the "bio" : it disappeared after a modification of it on Twitter.
I saw the file "http://twitter.com/users/show/$username" and I stated that there was a word wrap in the end of .
So, I corrected the code in the follow way :
line 149 of twitter-profile.module : if (preg_match('/description>((.|\n)*)<\/description>/', $result->data, $match)!=0) {
And the "bio" reappered :D .
Thanks for this good module !
Comments
Comment #1
krishikesh commented