link same as visited

This commit is contained in:
Friendika 2011-03-24 01:16:14 -07:00
commit 51447932f7
2 changed files with 3 additions and 4 deletions

View 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;
}