fix unexpected t class (#2620)

This commit is contained in:
andycol 2017-06-03 06:36:03 +02:00 committed by FusionPBX
parent 73032b5fae
commit b9b66911ee
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
echo "</tr>";
foreach ($columns as $value) {
echo "<tr>\n";
echo " <td width = '20px' valign='top' class='".$row_style[$c]."'>\";
echo " <td width = '20px' valign='top' class='".$row_style[$c]."'>\n";
echo " <input class=\"checkbox1\" type=\"checkbox\" name=\"column_group[]\" value=\"$value\"/>\n";
echo " </td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>\n";