diff --git a/lib/WebGUI/Wizard/HomePage.pm b/lib/WebGUI/Wizard/HomePage.pm index 4cae3052c..13c64a21d 100644 --- a/lib/WebGUI/Wizard/HomePage.pm +++ b/lib/WebGUI/Wizard/HomePage.pm @@ -113,7 +113,8 @@ sub www_pickStyle { my $f = $self->getForm; my $i18n = WebGUI::International->new( $session, "WebGUI" ); - my $output = '

' . $i18n->get('1073') . '

'; + my $output = '

' . $i18n->get('pick style') . '

' + . '

' . $i18n->get('pick style description') . '

'; my @styleIds = $session->db->buildArray( @@ -144,8 +145,9 @@ sub www_pickStyle { my $class = ++$row % 2 ? " odd" : ""; # Prepare the synopsis - my $synopsis = WebGUI::HTML::format( $style->get('synopsis') ); + my $synopsis = $style->get('synopsis'); $synopsis =~ s{(https?://\S+)}{$1}g; + $synopsis = WebGUI::HTML::format( $synopsis ); $f->raw( '