mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-22 14:05:13 +00:00
fix url pattern
This commit is contained in:
parent
d22aaf1aa0
commit
22cf15aacb
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ urlContent
|
|||
urlContentPart
|
||||
= urlBracketPair
|
||||
/ [.,] &urlContentPart // last char is neither "." nor ",".
|
||||
/ [a-z0-9/:%#@$&?!~=+-]i
|
||||
/ [a-z0-9_/:%#@$&?!~=+-]i
|
||||
|
||||
urlBracketPair
|
||||
= "(" urlContentPart* ")"
|
||||
|
|
Loading…
Reference in a new issue