From bb04e23b5bd8490bc1daa0d08ed79e10f8d1886a Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 3 Dec 2010 00:56:29 +0000 Subject: Refs #2700 completed the _ to - conversion for screen.css (leaves admin.css and plugin css) git-svn-id: http://code.elgg.org/elgg/trunk@7506 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/messages/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/messages/index.php') diff --git a/mod/messages/index.php b/mod/messages/index.php index 53aeef2aa..3fe1b0f84 100644 --- a/mod/messages/index.php +++ b/mod/messages/index.php @@ -30,7 +30,7 @@ $messages = elgg_get_entities_from_metadata(array( )); // Set the page title -$area2 = "
"; +$area2 = "
"; $area2 .= elgg_view_title(elgg_echo("messages:inbox"))."
"; $area2 .= "
"; -- cgit v1.2.3