From 07e747ed0e09f1ab1226855a870de0c8c3c32341 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Dec 2014 17:29:16 -0800 Subject: add divmore to directory entries --- mod/directory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index 85c2d4c84..98d81f947 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -309,8 +309,9 @@ function directory_content(&$a) { killme(); } else { + $maxheight = 175; - $o .= ""; + $o .= ""; $o .= replace_macros($tpl, array( '$search' => $search, '$desc' => t('Find'), -- cgit v1.2.3