From 38d46313129b3c2c5a251d9a3fc7d0753ea12c11 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 5 May 2010 15:01:33 -0500 Subject: [PATCH] startup cleaning --- lib/WebGUI/Wizard/HomePage.pm | 6 ++++-- lib/WebGUI/Wizard/Setup.pm | 13 ++++++------- lib/WebGUI/i18n/English/WebGUI.pm | 22 +++++++++++++++++----- 3 files changed, 27 insertions(+), 14 deletions(-) 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( '