From ce28d219d4cd16cb6477dfe554dc468f3ccb3230 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 5 Nov 2010 05:14:13 -0700 Subject: [PATCH] validate --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 50821640a7..3fdc971b2e 100644 --- a/boot.php +++ b/boot.php @@ -1419,7 +1419,7 @@ function contact_block() { $o .= '
' . $rr['name'] . '
' . "\r\n"; } - $o .= '
'; + $o .= '
'; $o .= '
' . t('View Contacts') . '
'; }