diff --git a/materio_user.module b/materio_user.module
index 678cbfc3..d7a1042a 100644
--- a/materio_user.module
+++ b/materio_user.module
@@ -76,7 +76,7 @@ function materio_user_block_view($delta = '') {
break;
case 'front_link':
$block['subject'] = '';
- $block['content'] = l(''.t('home'), '', array('html'=>true));
+ $block['content'] = l(''.t('home').'', '', array('html'=>true));
break;
}
return $block;