mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Added stripslashes to fix formatting issues
This commit is contained in:
@@ -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>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user