Skip to content

Commit

Permalink
Fix tr
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 22, 2024
1 parent 9873c6c commit 4e8d0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/admin/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,6 @@
}
print '</td>';

print "</tr>\n";

// Info
$htmltooltip = ''.$langs->trans("Name").': '.$module->name;
$htmltooltip .= '<br>'.$langs->trans("Type").': '.($module->type ? $module->type : $langs->trans("Unknown"));
Expand All @@ -494,6 +492,8 @@
print '<td class="center">';
print $formcategory->textwithpicto('', $htmltooltip, 1, 0);
print '</td>';

print "</tr>\n";
}
}
}
Expand Down

0 comments on commit 4e8d0cc

Please sign in to comment.