This commit is contained in:
Yuri Kuznetsov
2024-03-01 13:18:02 +02:00
parent e5063c2016
commit 77218b788a
+1 -5
View File
@@ -279,11 +279,7 @@ class Email extends Entity
}
}
return str_replace(
"<table class=\"table table-bordered\">",
"<table class=\"table table-bordered\" width=\"100%\">",
$body
);
return $body;
}
/**