mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-31 05:13:20 +01:00
Clean code after yogosha reports
This commit is contained in:
@@ -2149,9 +2149,9 @@ class Setup extends DolibarrApi
|
||||
$i++;
|
||||
$out .= '<tr class="oddeven">';
|
||||
$out .= '<td>'.$i.'</td>'."\n";
|
||||
$out .= '<td>'.$constname.'</td>'."\n";
|
||||
$out .= '<td class="center">'.$constvalue.'</td>'."\n";
|
||||
$out .= '<td class="center">'.$valueforchecksum.'</td>'."\n";
|
||||
$out .= '<td>'.dol_escape_htmltag($constname).'</td>'."\n";
|
||||
$out .= '<td class="center">'.dol_escape_htmltag($constvalue).'</td>'."\n";
|
||||
$out .= '<td class="center">'.dol_escape_htmltag($valueforchecksum).'</td>'."\n";
|
||||
$out .= "</tr>\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user