Explorar o código

Width constrain

Andy Baugh %!s(int64=6) %!d(string=hai) anos
pai
achega
6ee710c243
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Cpanel/iContact/Provider/Local.pm

+ 1 - 1
lib/Cpanel/iContact/Provider/Local.pm

@@ -66,7 +66,7 @@ sub send {
     my $subject = $args_hr->{'subject'};
     my $text    = ${ $args_hr->{'text_body'} };
 	my $html    = ${ $args_hr->{'html_body'} };
-	$html =~ s:src=".*":src="/unprotected/cpanel/images/cp-logo.svg":;
+	$html =~ s:src=".*":src="/unprotected/cpanel/images/cp-logo.svg" style="width\:3rem":;
 
     # Send it
     my $time = time;