mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:10:18 +00:00
Fix BBCode::expandTags() & Remove AppMockTrait
This commit is contained in:
parent
583ce63ac7
commit
4cc36c9b2c
6 changed files with 21 additions and 252 deletions
|
@ -2322,7 +2322,7 @@ class BBCode
|
|||
break;
|
||||
case '#':
|
||||
default:
|
||||
return $match[1] . '[url=' . 'https://' . DI::baseUrl() . '/search?tag=' . $match[2] . ']' . $match[2] . '[/url]';
|
||||
return $match[1] . '[url=' . DI::baseUrl() . '/search?tag=' . $match[2] . ']' . $match[2] . '[/url]';
|
||||
}
|
||||
}, $body);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue