From cc9f9436cc7fc7b24b8ffdd93811c4921c74d737 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 8 Feb 2011 01:59:24 +0000 Subject: more tweaking of css - menu and general clean up git-svn-id: http://code.elgg.org/elgg/trunk@8064 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/layout/objects/image_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/layout/objects') diff --git a/views/default/layout/objects/image_block.php b/views/default/layout/objects/image_block.php index 46c58f864..1aecccf28 100644 --- a/views/default/layout/objects/image_block.php +++ b/views/default/layout/objects/image_block.php @@ -42,7 +42,7 @@ if ($image) { } if ($alt_image) { - $alt_image = "
$alt_image
"; + $alt_image = "
$alt_image
"; } echo <<