remove unnecessary line

This commit is contained in:
agree
2021-05-21 01:02:34 -04:00
parent 0fc6915a7a
commit aef22cd47f

View File

@@ -298,7 +298,6 @@
echo " <th width='70%'>".$text['label-value']."</th>\n";
echo " </tr>\n";
foreach($stat as $key => $value) {
if (is_array($value)) { $value = implode($value); }
$value = urldecode($value);
echo "<tr >\n";
echo " <td valign='top' align='left' class='".$row_style[$c]."'>".escape($key)."</td>\n";