Line 344 - too long description causes too long url (same isuue on last.fm ;) )

- 'details' => $description,
+ 'details' => truncate_utf8($description,160),

Line 374 - Drupal l() function replaces colon with "%3A" - it breaks the parts including "&sprop=website:www.example.com" and the protocol "http://"

- l(t('Google'), $google_url, array('attributes' => array('target' => '_blank'))),
+ str_replace('%3A',':',l(t('Google'), $google_url, array('attributes' => array('target' => '_blank')))),

Comments

the.tai.pen@gmail.com’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Does not represent the current state of code.