mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
added missing semicolon to entity ​ and do an urldecode to get a nicer looking link
This commit is contained in:
parent
c23450ea73
commit
f8ad548a9a
@ -915,7 +915,7 @@ abstract class bo_tracking
|
||||
if ($type == 'link')
|
||||
{
|
||||
// the link is often too long for html boxes chunk-split allows to break lines if needed
|
||||
$content .= html::a_href(chunk_split($data,40,'​'),$data,'','target="_blank"');
|
||||
$content .= html::a_href(chunk_split(rawurldecode($data),40,'​'),$data,'','target="_blank"');
|
||||
}
|
||||
elseif ($this->html_content_allow)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user