Closed (fixed)
Project:
tellafriend
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2007 at 21:25 UTC
Updated:
25 Jun 2007 at 13:28 UTC
There is an extra redundant </div> at the end of line 274 that should be extracted.
Instead of:
$form['tellafriend_message'] = array('#value' => filter_xss_admin("<strong>Message to be sent:</strong><br />" . nl2br(t(variable_get('tellafriend_message', 'You are invited to check out !sitename at !sitelink'), $placeholder_values)) . '<br></div>'));
should be:
$form['tellafriend_message'] = array('#value' => filter_xss_admin("<strong>Message to be sent:</strong><br />" . nl2br(t(variable_get('tellafriend_message', 'You are invited to check out !sitename at !sitelink'), $placeholder_values)) . '<br/>'));
And one extra tiny thing: at line 219, it should be "the word" instead of "the world"...
Comments
Comment #1
thierry_gd commentedJust committed this on drupal.org
Comment #2
(not verified) commented