From cbab9870c1388f2d60a8d6cfbb936c384c1b58b6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 22 Feb 2020 12:06:17 +0100 Subject: Fix HTML code in the account search results table Do not add an opening tag for every row. Instead, wrap all rows in . While at it, also simplify the code used to color the rows. Signed-off-by: Lukas Fleischer --- web/template/account_search_results.php | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/web/template/account_search_results.php b/web/template/account_search_results.php index 81cd8185..0f7eb7a4 100644 --- a/web/template/account_search_results.php +++ b/web/template/account_search_results.php @@ -16,17 +16,9 @@ else: - $row): - if ($i % 2): - $c = "even"; - else: - $c = "odd"; - endif; - ?> - - + + $row): ?> + "> @@ -49,10 +41,8 @@ else: - + + -- cgit v1.2.3-24-g4f1b