diff --git a/lib/WebGUI/Wizard/HomePage.pm b/lib/WebGUI/Wizard/HomePage.pm index cb5f24806..2884ae7f9 100644 --- a/lib/WebGUI/Wizard/HomePage.pm +++ b/lib/WebGUI/Wizard/HomePage.pm @@ -104,12 +104,19 @@ sub www_pickStyle { push @styles, $style; } + my $row = 0; for my $style ( sort { $a->getTitle cmp $b->getTitle } @styles ) { + my $class = ++$row % 2 ? " odd" : ""; + + # Prepare the synopsis + my $synopsis = WebGUI::HTML::format( $style->get('synopsis') ); + $synopsis =~ s{(https?://\S+)}{$1}g; + $f->raw( - '