summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<p>'. t('There are currently no posts in this category.') .'</p>';
}
return $output;
}