From 834604dc4d3cd29f7562b80b805e57be9f97d23a Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 12 Aug 2008 21:36:43 +0000 Subject: small tweak to reported content git-svn-id: https://code.elgg.org/elgg/trunk@1868 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/reportedcontent/listing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 1976d0946..e39d0ddbb 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -14,7 +14,6 @@ echo "

" . elgg_echo('reportedcontent:objecturl') . ": address}\">" . $report->address . "

"; echo "

" . elgg_echo('reportedcontent:reason') . ": " .$report->description . "

"; echo "

[" . elgg_echo('reportedcontent:archive') . "] - [" . elgg_echo('reportedcontent:delete') . "]

"; - echo elgg_view_comments($report); echo ""; } -- cgit v1.2.3