diff --git a/boot.php b/boot.php index 925585d44a..d3050b0395 100644 --- a/boot.php +++ b/boot.php @@ -1420,7 +1420,7 @@ function contact_block() { $o .= '
' . $rr['name'] . '
' . "\r\n"; } $o .= '
'; - $o .= '
' . t('View Contacts') . '
'; + $o .= '
' . t('View Contacts') . '
'; } return $o;