From 02fa0d85b2eaf2b25b8eff07a996def15f2f3929 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 26 May 2006 09:21:10 +0000 Subject: - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role. --- modules/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index ba7827d70..0ee530d6b 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1147,7 +1147,7 @@ function taxonomy_render_nodes($result) { $output .= theme('pager', NULL, variable_get('default_nodes_main', 10), 0); } else { - $output .= t('There are currently no posts in this category.'); + $output .= '

'. t('There are currently no posts in this category.') .'

'; } return $output; } -- cgit v1.2.3