From f2d5f23d584944e4c553fb296b8f649b9be2f0c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Nov 2014 15:50:27 -0800 Subject: Nothing here, move along. --- mod/directory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index b7c965289..256f7ca9a 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -2,7 +2,7 @@ require_once('include/dir_fns.php'); require_once('include/widgets.php'); - +require_once('include/bbcode.php'); function directory_init(&$a) { $a->set_pager_itemspage(60); @@ -166,7 +166,7 @@ function directory_content(&$a) { $hometown = ((x($profile,'hometown') == 1) ? t('Hometown: ') . $profile['hometown'] : False); - $about = ((x($profile,'about') == 1) ? t('About: ') . $profile['about'] : False); + $about = ((x($profile,'about') == 1) ? t('About: ') . bbcode($profile['about']) : False); $keywords = ((x($profile,'keywords')) ? $profile['keywords'] : ''); -- cgit v1.2.3