author collapse: close off before pagination

This commit is contained in:
Friendika 2011-03-28 00:49:20 -07:00
commit 1f6c6c466a
2 changed files with 9 additions and 0 deletions

View file

@ -546,6 +546,10 @@ function network_content(&$a, $update = 0) {
}
if(! $update) {
if($blowhard_count > 3)
$o .= '</div>';
$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>';
}