diff --git a/ext/pools/theme.php b/ext/pools/theme.php index 457eb793..5edb3625 100644 --- a/ext/pools/theme.php +++ b/ext/pools/theme.php @@ -21,6 +21,7 @@ class PoolsTheme extends Themelet { $navlinks .= 'Next'; } if(!empty($navlinks)){ + $navlinks .= "
"; $linksPools[] = $navlinks; } }