mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-08 22:07:53 +00:00
fix link
This commit is contained in:
parent
d64377f3e3
commit
bde85b1707
@ -164,8 +164,8 @@ class AppExtension extends AbstractExtension
|
||||
): string
|
||||
{
|
||||
return preg_replace(
|
||||
'~(@[A-z0-9]{64})~i',
|
||||
'[$1](#$1)',
|
||||
'~@([A-z0-9]{64})~i',
|
||||
'[@$1](#$1)',
|
||||
$text
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user