diff --git a/lib/WebGUI/Macro/FlexMenu.pm b/lib/WebGUI/Macro/FlexMenu.pm index 0e4893aff..c39bd25ad 100644 --- a/lib/WebGUI/Macro/FlexMenu.pm +++ b/lib/WebGUI/Macro/FlexMenu.pm @@ -41,7 +41,7 @@ sub _reversePageTree { } $output .= '
'; if ($_[1] == $data[0] && $_[2] ne "") { - $output .= '
   '.$_[2].'
'; + $output .= '
   '.$_[2].'
'; } } }