aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-28 06:38:34 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-28 06:38:34 -0400
commite35b3ffb512dc6b1af2aacb7bd92d85854a42868 (patch)
treea371ed308cf40764721b28ae44db160b52007937 /mod/reportedcontent
parent525041047efb6b8b2c912b3ed1d71089a809976e (diff)
downloadelgg-e35b3ffb512dc6b1af2aacb7bd92d85854a42868.tar.gz
elgg-e35b3ffb512dc6b1af2aacb7bd92d85854a42868.tar.bz2
Fixes #3407 added elgg-foot to plugin forms
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r--mod/reportedcontent/views/default/forms/reportedcontent/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/forms/reportedcontent/add.php b/mod/reportedcontent/views/default/forms/reportedcontent/add.php
index 0b1716a35..f9986849d 100644
--- a/mod/reportedcontent/views/default/forms/reportedcontent/add.php
+++ b/mod/reportedcontent/views/default/forms/reportedcontent/add.php
@@ -48,7 +48,7 @@ $owner = elgg_get_logged_in_user_entity();
));
?>
</div>
-<div>
+<div class="elgg-foot">
<?php
echo elgg_view('input/submit', array(
'value' => elgg_echo('reportedcontent:report'),