Bulk cosmetic fixes

This commit is contained in:
f0o
2016-02-10 15:40:50 +00:00
parent 2e59ada075
commit f606369309
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ var grid = $("#devices").bootgrid({
return {
id: "devices",
format: '<?php echo mres($vars['format']); ?>',
hostname: '<?php echo htmlspecialchars($vars['hostname']); ?>',
hostname: '<?php echo mres($vars['hostname']); ?>',
os: '<?php echo mres($vars['os']); ?>',
version: '<?php echo mres($vars['version']); ?>',
hardware: '<?php echo mres($vars['hardware']); ?>',