Added stripslashes to fix formatting issues

This commit is contained in:
Neil Lathwood
2014-10-11 19:35:34 +00:00
parent 4a19553e31
commit e903748e1d
+2 -2
View File
@@ -50,11 +50,11 @@ foreach (dbFetchRows("SELECT * FROM `hrDevice` WHERE `device_id` = ? ORDER BY `h
echo("<td>$mini_graph</td>");
} else {
echo("<td>".$hrdevice['hrDeviceDescr']."</td>");
echo("<td>".stripslashes($hrdevice['hrDeviceDescr'])."</td>");
echo("<td></td>");
}
} else {
echo("<td>".$hrdevice['hrDeviceDescr']."</td>");
echo("<td>".stripslashes($hrdevice['hrDeviceDescr'])."</td>");
echo("<td></td>");
}