mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #321 from laf/issue-laf-66
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