diff options
Diffstat (limited to 'mod/file/index.php')
-rw-r--r-- | mod/file/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/index.php b/mod/file/index.php index 5f1bc3400..06a5979d1 100644 --- a/mod/file/index.php +++ b/mod/file/index.php @@ -32,7 +32,7 @@ if ($get_filter) { $area1 .= $get_filter; } else { - $area2 .= "<p class='margin_top'>".elgg_echo("file:none")."</p>"; + $area2 .= "<p class='margin-top'>".elgg_echo("file:none")."</p>"; } //get the latest comments on the current users files |