Updates to 03-2025
This commit is contained in:
parent
881fc84207
commit
4eb83def39
142 changed files with 21396 additions and 11243 deletions
|
|
@ -474,7 +474,10 @@ class HTMLHelper
|
|||
|
||||
$dom = new \DOMDocument('1.0', 'UTF-8');
|
||||
//@$dom->loadHTML();
|
||||
|
||||
if($html == ""){
|
||||
return "";
|
||||
}
|
||||
|
||||
@$dom->loadHTML( mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'));
|
||||
if(isset($arg['src'])){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue