Fix some if-else-codeblocks according to codingstyle

This commit is contained in:
Mark Schouten
2015-08-29 21:26:29 +02:00
parent 34abb859df
commit 8543ca3d46
4 changed files with 11 additions and 5 deletions

View File

@@ -15,7 +15,9 @@ echo "<span style='font-weight: bold;'>Proxmox</span> &#187; ";
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'>";