From a8d9f8ce5b22ed25e0f40e2dfc0e4118b73f4194 Mon Sep 17 00:00:00 2001 From: Daku Date: Sun, 19 Jun 2016 11:56:41 +0100 Subject: [PATCH] make sure prev/next links aren't clipped outside the box --- ext/pools/theme.php | 1 + 1 file changed, 1 insertion(+) 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; } }