This commit is contained in:
Hadi Nategh 2019-02-12 16:10:31 +01:00
parent 34a50af358
commit a5c1e24a78

View File

@ -111,7 +111,7 @@ class Html
$match[4] = ">";
}
//error_log(__METHOD__.__LINE__.array2string($match));
return $match[1] == "" ? "" : $match[1]."<a href=\"http://www".$match[2].$match[3]."\" target=\"_blank\">"."www".$match[2].$match[3]."</a>".$match[4];
return $match[1]."<a href=\"http://www".$match[2].$match[3]."\" target=\"_blank\">"."www".$match[2].$match[3]."</a>".$match[4];
}, $result3 );
}
return $result4;