From d05cdc91a9e1018af34c8eb63b0c8ef27246cea3 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 15 Mar 2010 13:44:13 +0000 Subject: Updates to Admin area UI. git-svn-id: http://code.elgg.org/elgg/trunk@5402 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/reportedcontent/listing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 8bad802ce..54ebd6a27 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -42,5 +42,5 @@ if($vars['entity']){ } } else { - echo elgg_echo('reportedcontent:none'); + echo "

".elgg_echo('reportedcontent:none')."

"; } \ No newline at end of file -- cgit v1.2.3