aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r--mod/reportedcontent/views/default/reportedcontent/form.php17
-rw-r--r--mod/reportedcontent/views/default/widgets/reportedcontent/edit.php5
2 files changed, 10 insertions, 12 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php
index 83076c282..b520d4060 100644
--- a/mod/reportedcontent/views/default/reportedcontent/form.php
+++ b/mod/reportedcontent/views/default/reportedcontent/form.php
@@ -21,7 +21,7 @@ $owner = elgg_get_logged_in_user_entity();
<form action="<?php echo elgg_get_site_url(); ?>action/reportedcontent/add" method="post" class="mtm">
<?php echo elgg_view('input/securitytoken'); ?>
- <p>
+ <div>
<label>
<?php echo elgg_echo('reportedcontent:title'); ?>
<?php
@@ -33,8 +33,8 @@ $owner = elgg_get_logged_in_user_entity();
?>
</label>
- </p>
- <p>
+ </div>
+ <div>
<label>
<?php echo elgg_echo('reportedcontent:address'); ?>
<?php
@@ -46,8 +46,8 @@ $owner = elgg_get_logged_in_user_entity();
?>
</label>
- </p>
- <p>
+ </div>
+ <div>
<label>
<?php echo elgg_echo('reportedcontent:description'); ?>
</label>
@@ -59,9 +59,8 @@ $owner = elgg_get_logged_in_user_entity();
));
?>
- </p>
- <p>
+ </div>
+ <div>
<input type="submit" value="<?php echo elgg_echo('reportedcontent:report'); ?>" />
- </p>
-
+ </div>
</form>
diff --git a/mod/reportedcontent/views/default/widgets/reportedcontent/edit.php b/mod/reportedcontent/views/default/widgets/reportedcontent/edit.php
index e247a9299..810d549af 100644
--- a/mod/reportedcontent/views/default/widgets/reportedcontent/edit.php
+++ b/mod/reportedcontent/views/default/widgets/reportedcontent/edit.php
@@ -16,8 +16,7 @@ $params = array(
$dropdown = elgg_view('input/dropdown', $params);
?>
-<p>
+<div>
<?php echo elgg_echo('reportedcontent:numbertodisplay'); ?>:
<?php echo $dropdown; ?>
-</p>
-
+</div>