From 4b32e214de38e25c361d078b7d5dfbe9790658bf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Jan 2019 18:53:50 +0100 Subject: [PATCH] Fix phpcs --- htdocs/main.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 69f7febd313..19eaee3e4fb 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1464,8 +1464,6 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs } } } - - } if (! empty($head)) print $head."\n";