mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 08:03:30 +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>");
|
echo("<td>$mini_graph</td>");
|
||||||
} else {
|
} else {
|
||||||
echo("<td>".$hrdevice['hrDeviceDescr']."</td>");
|
echo("<td>".stripslashes($hrdevice['hrDeviceDescr'])."</td>");
|
||||||
echo("<td></td>");
|
echo("<td></td>");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo("<td>".$hrdevice['hrDeviceDescr']."</td>");
|
echo("<td>".stripslashes($hrdevice['hrDeviceDescr'])."</td>");
|
||||||
echo("<td></td>");
|
echo("<td></td>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user