Closed (fixed)
Project:
ShURLy
Version:
6.x-1.0-rc2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2010 at 22:13 UTC
Updated:
1 Sep 2011 at 02:51 UTC
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
Comment #1
lnunesbrFixed in the new release.