mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 18:41:21 +02:00
fix problem with not displayed inline-images (as part of href)
This commit is contained in:
@ -189,7 +189,7 @@
|
||||
|
||||
$linkTextislink = false;
|
||||
// this is the actual url
|
||||
$matches[2] = trim(strip_tags($matches[2]));
|
||||
$matches[2] = trim(strip_tags($matches[2],'<img>'));
|
||||
if ($matches[1]===$matches[2]) $linkTextislink = true;
|
||||
$matches[1] = str_replace(' ','%20',$matches[1]);
|
||||
//error_log(__METHOD__.__LINE__.array2string($matches[1]));
|
||||
|
Reference in New Issue
Block a user