From d537fc854b89bc8af85f97ffcd637f8fb11bc601 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 24 May 2015 17:59:31 -0700 Subject: typo and update to rfc7033 (webfinger) as well as webfinger diagnostic page --- mod/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/search.php') diff --git a/mod/search.php b/mod/search.php index 28d6c7697..426642141 100644 --- a/mod/search.php +++ b/mod/search.php @@ -203,9 +203,9 @@ function search_content(&$a,$update = 0, $load = false) { } if($tag) - $o .= '

' . sprintf( t('Items tagged with: %s'),htmlspecialchars($search, ENT_COMPAT,'UTF-8') . '

'; + $o .= '

' . sprintf( t('Items tagged with: %s'),htmlspecialchars($search, ENT_COMPAT,'UTF-8')) . '

'; else - $o .= '

' . sprintf( t('Search results for: %s'),htmlspecialchars($search, ENT_COMPAT,'UTF-8') . '

'; + $o .= '

' . sprintf( t('Search results for: %s'),htmlspecialchars($search, ENT_COMPAT,'UTF-8')) . '

'; $o .= conversation($a,$items,'search',$update,'client'); -- cgit v1.2.3