diff --git a/sources/application/WebPage/WebPage.php b/sources/application/WebPage/WebPage.php index 0e581d853..65859a5a7 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"; }