From be7831805e640cff187efb92f94ea141dafb82b4 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 13 Feb 2009 17:20:15 +0000 Subject: css classname cleanup, prep for v1.5 default theme git-svn-id: https://code.elgg.org/elgg/trunk@2749 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 52fb6b80d..6573766f7 100644 --- a/views/default/usersettings/plugins.php +++ b/views/default/usersettings/plugins.php @@ -11,7 +11,7 @@ */ // Description of what's going on - echo "

" . autop(elgg_echo("usersettings:plugins:description")) . "

"; + echo "
" . autop(elgg_echo("usersettings:plugins:description")) . "
"; $limit = get_input('limit', 10); $offset = get_input('offset', 0); -- cgit v1.2.3