diff options
Diffstat (limited to 'mod/file/friends.php')
-rw-r--r-- | mod/file/friends.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/friends.php b/mod/file/friends.php index 32eeeffd8..e7a17adab 100644 --- a/mod/file/friends.php +++ b/mod/file/friends.php @@ -24,7 +24,7 @@ // handle case where friends don't have any files if (empty($content)) { - $area2 .= "<p class='margin_top'>".elgg_echo("file:none")."</p>"; + $area2 .= "<p class='margin-top'>".elgg_echo("file:none")."</p>"; } else { $area2 .= $content; } |