aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views/default/settings/ecml/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ecml/views/default/settings/ecml/edit.php')
-rw-r--r--mod/ecml/views/default/settings/ecml/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ecml/views/default/settings/ecml/edit.php b/mod/ecml/views/default/settings/ecml/edit.php
index 1a918fa99..8c1a3b4a1 100644
--- a/mod/ecml/views/default/settings/ecml/edit.php
+++ b/mod/ecml/views/default/settings/ecml/edit.php
@@ -12,7 +12,7 @@ $perms = $vars['config']->ecml_permissions;
ksort($views);
ksort($keywords);
-echo '<p class="margin_top">' . elgg_echo('ecml:admin:instruction') . '</p>';
+echo '<p class="margin-top">' . elgg_echo('ecml:admin:instruction') . '</p>';
// yes I'm using a table because this is table.
$form_body = <<<___END