From 876a9d1850ec6fc2aa26f530e8ab554028158734 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Sep 2013 21:13:45 -0700 Subject: missing hash --- include/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/taxonomy.php') diff --git a/include/taxonomy.php b/include/taxonomy.php index a3c3fc7b4..85396a51d 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -221,7 +221,7 @@ function dir_tagblock($link,$r) { if($r) { $o = '

' . t('Keywords') . '

'; foreach($r as $rr) { - $o .= ''.$rr['term'].' ' . "\r\n"; + $o .= ''.$rr['term'].' ' . "\r\n"; } $o .= '
'; } -- cgit v1.2.3