From 5b1525e77c1941dc6e282ecc26bb6ab3ea576d51 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 12 Jul 2021 14:15:28 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/html.formticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 4724c57e885..48c861fdd95 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -697,7 +697,7 @@ class FormTicket } if ($num_rows_level0 == 1) { return ''; - }else{ + } else { $stringtoprint .= ''; $stringtoprint .= ''; }