phpipam
phpipam copied to clipboard
</d> instead of </td> in device-details.php line 250
Describe the bug
In the file app/tools/devices/device-details/device-detals.php on line 249
the following is found
print "<td>".$device[$field['name']]."</d>";
and i think it should be
print "<td>".$device[$field['name']]."</td>";
phpIPAM version current Master branch
its line 250 instead of 249