diff --git a/views/DashboardView.php b/views/DashboardView.php index 832897a..663e009 100644 --- a/views/DashboardView.php +++ b/views/DashboardView.php @@ -311,7 +311,7 @@ $nonce = SecurityHeadersMiddleware::getNonce(); if ($page > 1) { $currentParams['page'] = $page - 1; $prevUrl = '?' . http_build_query($currentParams); - echo ""; + echo ""; } // Page number buttons @@ -326,7 +326,7 @@ $nonce = SecurityHeadersMiddleware::getNonce(); if ($page < $totalPages) { $currentParams['page'] = $page + 1; $nextUrl = '?' . http_build_query($currentParams); - echo ""; + echo ""; } ?> @@ -725,8 +725,8 @@ $nonce = SecurityHeadersMiddleware::getNonce();
@@ -842,9 +842,9 @@ $nonce = SecurityHeadersMiddleware::getNonce(); diff --git a/views/TicketView.php b/views/TicketView.php index 97c63de..508852b 100644 --- a/views/TicketView.php +++ b/views/TicketView.php @@ -808,8 +808,8 @@ $nonce = SecurityHeadersMiddleware::getNonce();