From 7a37f52ba039727cc1b063ef7cf06cd13f64464d Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 18 Jun 2002 04:26:51 +0000 Subject: [PATCH] Added class=verticalMenu to the td tags generated by FlexMenu. --- lib/WebGUI/Macro/FlexMenu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].'
'; } } }