mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
fix cleanup rule on match protocol
This commit is contained in:
parent
80f77ea701
commit
19af7bb299
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Reader
|
|||
'/\*\*/' => '',
|
||||
'/\'\'/' => '',
|
||||
'/\%\%/' => '',
|
||||
'/\/\//' => '',
|
||||
'/(?<!:)\/\//' => '',
|
||||
|
||||
// Remove extra spaces
|
||||
'/(\s)\s+/' => '$1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue