X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FUI%2FWeb%2Fsmall_custview.pm;h=ae0a4211bda1b46b4686948590429e0e019fb701;hb=a65d16767bcaa1077be0f41568a4349c9db18990;hp=43d76130f79bc6a19e127aeb314b8005622ff2b6;hpb=c9015995b5ae64e0eaaa89ff75eb43c88186642c;p=freeside.git diff --git a/FS/FS/UI/Web/small_custview.pm b/FS/FS/UI/Web/small_custview.pm index 43d76130f..ae0a4211b 100644 --- a/FS/FS/UI/Web/small_custview.pm +++ b/FS/FS/UI/Web/small_custview.pm @@ -29,7 +29,7 @@ sub small_custview { : qsearchs('cust_main', { 'custnum' => $arg } ) or die "unknown custnum $arg"; - my $html = '
'; + my $html = '
'; $html = qq!View ' if $url; @@ -88,7 +88,7 @@ sub small_custview { $html .= ''. ntable("#cccccc",2). 'Service
Address'; $html .= join('
', - grep $_, + map encode_entities($_), grep $_, $cust_main->contact, $cust_main->company, $ship->address1,