mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
fix problem with not displayed inline-images (as part of href)
This commit is contained in:
parent
e95d46b7bc
commit
035d5a934a
@ -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]));
|
||||
|
Loading…
Reference in New Issue
Block a user