Fix query strings breaking intra-thread quote links.
This commit is contained in:
parent
221113b857
commit
244f525d9f
@ -146,7 +146,7 @@ class Post
|
||||
match = quotelink.href.match ///
|
||||
^https?://boards\.4chan\.org/+
|
||||
([^/]+) # boardID
|
||||
/+(?:res|thread)/+\d+(?:/[^#]*)?#p
|
||||
/+(?:res|thread)/+\d+(?:[/?][^#]*)?#p
|
||||
(\d+) # postID
|
||||
$
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user