aboutsummaryrefslogtreecommitdiff
path: root/mod/categories
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-27 01:23:51 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-27 01:23:51 +0000
commitf61076fec0c1cfdee089f89c10cb46b7d195f9c7 (patch)
tree51015ea8d0e7fb7490db98f45de9ac141d6f4410 /mod/categories
parentb8c6990c8ff00e8868f8f6096a9d2ef44271a548 (diff)
downloadelgg-f61076fec0c1cfdee089f89c10cb46b7d195f9c7.tar.gz
elgg-f61076fec0c1cfdee089f89c10cb46b7d195f9c7.tar.bz2
pushing categories to the next line when viewing an entity
git-svn-id: http://code.elgg.org/elgg/trunk@8506 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/categories')
-rw-r--r--mod/categories/views/default/output/categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/views/default/output/categories.php b/mod/categories/views/default/output/categories.php
index 724c46037..38df83716 100644
--- a/mod/categories/views/default/output/categories.php
+++ b/mod/categories/views/default/output/categories.php
@@ -24,4 +24,4 @@ if (isset($vars['entity']) && $vars['entity'] instanceof ElggEntity) {
}
-echo $linkstr;
+echo '<p class="elgg-output-categories">' . elgg_echo('categories') . ": $linkstr</p>";