removed trailing spaces

This commit is contained in:
messju
2004-04-07 19:58:54 +00:00
parent 9fa78a2cfd
commit e15005fa24
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
*/
function smarty_function_mailto($params, &$smarty)
{
$extra = '';
$extra = '';
if (empty($params['address'])) {
$smarty->trigger_error("mailto: missing 'address' parameter");