Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit c967a97a authored by Miha Petkovsek's avatar Miha Petkovsek Committed by GitHub
Browse files

Merge pull request #3638 from Aurvandill/master

Changed </d> to </td> in device-details.php
parents fc35e38e 29971c4b
No related branches found
No related tags found
No related merge requests found
...@@ -247,7 +247,7 @@ if($_GET['subnetId']!=0 && sizeof($device)>0) { ...@@ -247,7 +247,7 @@ if($_GET['subnetId']!=0 && sizeof($device)>0) {
print "<tr>"; print "<tr>";
print "<th>".$Tools->print_custom_field_name ($field['name'])."</th>"; print "<th>".$Tools->print_custom_field_name ($field['name'])."</th>";
print "<td>".$device[$field['name']]."</d>"; print "<td>".$device[$field['name']]."</td>";
print "</tr>"; print "</tr>";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment