From f61076fec0c1cfdee089f89c10cb46b7d195f9c7 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 27 Feb 2011 01:23:51 +0000 Subject: 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 --- views/default/page/components/list/body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/page') diff --git a/views/default/page/components/list/body.php b/views/default/page/components/list/body.php index f3042578d..578e9b9cf 100644 --- a/views/default/page/components/list/body.php +++ b/views/default/page/components/list/body.php @@ -46,7 +46,7 @@ if ($metadata) { echo $metadata; } echo "

$title_link

"; -echo "

$subtitle

"; +echo "
$subtitle
"; echo $tags; if ($content) { echo "
$content
"; -- cgit v1.2.3