mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-27 15:24:36 +00:00
fix cleanup rule on match protocol
This commit is contained in:
parent
80f77ea701
commit
19af7bb299
@ -34,7 +34,7 @@ class Reader
|
|||||||
'/\*\*/' => '',
|
'/\*\*/' => '',
|
||||||
'/\'\'/' => '',
|
'/\'\'/' => '',
|
||||||
'/\%\%/' => '',
|
'/\%\%/' => '',
|
||||||
'/\/\//' => '',
|
'/(?<!:)\/\//' => '',
|
||||||
|
|
||||||
// Remove extra spaces
|
// Remove extra spaces
|
||||||
'/(\s)\s+/' => '$1',
|
'/(\s)\s+/' => '$1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user