From 769e0d67227504cd02d69ec8f16eac986b3f0009 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 19 Dec 2021 08:24:40 +0100 Subject: [PATCH] Removed useless div around pagesel --- web/site/instances.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/site/instances.php b/web/site/instances.php index 7464a00..77eccf0 100644 --- a/web/site/instances.php +++ b/web/site/instances.php @@ -424,7 +424,6 @@ $il=$if+$ipp; $ptot=ceil($itot/$ipp); //echo('ptot: '.$ptot.'
'.N); if ($ptot>1) { - $out='
'.N; $out.=''.N; - $out.='
'.N; echo($out); } else { echo(''.N);