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

lnunesbr’s picture

Status: Active » Closed (fixed)

Fixed in the new release.