From 3b7073ad4e93738890ba2bd7d540758e4fa2283c Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Thu, 9 Sep 2021 10:01:52 +0200 Subject: [PATCH] Remove commented lines --- sources/application/WebPage/WebPage.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/application/WebPage/WebPage.php b/sources/application/WebPage/WebPage.php index 0e581d8537..65859a5a7c 100644 --- a/sources/application/WebPage/WebPage.php +++ b/sources/application/WebPage/WebPage.php @@ -1001,7 +1001,6 @@ JS; $sHtml .= "
\n"; $sHtml .= "
{$aAttrib['label']}
\n"; - // $sHtml .= "
\n"; // By Rom, for csv import, proposed to show several values for column selection if (is_array($aAttrib['value'])) { @@ -1022,7 +1021,6 @@ JS; { $sHtml .= "
$sInfo
\n"; } - // $sHtml .= "
\n"; $sHtml .= "
\n"; }