mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix some if-else-codeblocks according to codingstyle
This commit is contained in:
@@ -15,7 +15,9 @@ echo "<span style='font-weight: bold;'>Proxmox</span> » ";
|
||||
unset($sep);
|
||||
|
||||
foreach ($pmxcl as $pmxc) {
|
||||
if (isset($sep)) { echo $sep; };
|
||||
if (isset($sep)) {
|
||||
echo $sep;
|
||||
};
|
||||
|
||||
if (var_eq('instance', $pmxc['app_instance'])) {
|
||||
echo "<span class='pagemenu-selected'>";
|
||||
|
Reference in New Issue
Block a user