Posted by UpTil4Music on November 15, 2010 at 10:13pm
2 followers
Jump to:
| Project: | ShURLy |
| Version: | 6.x-1.0-rc2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Sorry I'm unable to roll a patch.
shurly.module @ line 215:<div><a href="http://twitter.com?status='. urlencode($form_state['storage']['shurly']['final_url']) .'">' . t('Create a Twitter message with this URL') . '</a></div></div>',
Should be:<div><a href="http://twitter.com?status='. urlencode($form_state['storage']['shurly']['final_url']) .'">' . t('Create a Twitter message with this URL') . '</a></div>',
Was causing chaos in my theme when a URL was submitted for shortening.
Comments
#1
Fixed in the new release.