]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge branch 'erikl-master'
[friendica.git] / mod / profile.php
index 4b5f92a1fc0614ae49396918f03d5d6a6d3bbfee..d33c9aeb24dc6c10a77d8c039ec2ffd6e3a27d86 100644 (file)
@@ -437,6 +437,5 @@ function profile_content(&$a, $update = 0) {
        $o .= paginate($a);
        $o .= '<div class="cc-license">' . t('Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.') . '</div>';
 
-
        return $o;
 }