Download & Extend

Extra <div> in shurly_create_form

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

Status:active» closed (fixed)

Fixed in the new release.

nobody click here