From 4d80bc33b8924038bd1ca57d548828afe661bb42 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 2 Dec 2010 03:10:57 +0000 Subject: Refs #2700 replaced most underscores with hyphens - there may be broken display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/usersettings/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/usersettings/plugins.php') diff --git a/views/default/usersettings/plugins.php b/views/default/usersettings/plugins.php index 71be11d9f..c4df9e26b 100644 --- a/views/default/usersettings/plugins.php +++ b/views/default/usersettings/plugins.php @@ -7,7 +7,7 @@ */ // Description of what's going on -echo "
".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."
"; +echo "
".elgg_view('output/longtext', array('value' => elgg_echo("usersettings:plugins:description")))."
"; $limit = get_input('limit', 10); $offset = get_input('offset', 0); -- cgit v1.2.3