mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-09-11 13:42:12 +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…
x
Reference in New Issue
Block a user