1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

fileinspector.php: Corrected a typo: </dit> → </div>

This commit is contained in:
Nick Liu
2020-03-27 16:01:54 -05:00
parent b4f55049f8
commit aca78c086b

View File

@@ -1025,7 +1025,7 @@ class file_inspector {
$text .= "</td></tr>";
$text .= "</table>
</dit><br />";
</div><br />";
echo e107::getMessage()->render();
echo $text;