Passed
Push — master ( 967890...31d839 )
by Tomasz
03:27
created
web/skins/modern/Menu.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
                 $out .= $this->printMenuItem($menuItem['text'], $link, $class);
82 82
                 $out .= $this->printMenu($submenu,$iD);
83 83
                 $out .= "</li>\n";
84
-             }
84
+                }
85 85
         }
86 86
         $out .= '</ul>';
87 87
         return($out);
Please login to merge, or discard this patch.