mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-13 08:38:01 +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
|
||||
'/(\s)\s+/' => '$1',
|
||||
|
Loading…
Reference in New Issue
Block a user