PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
256 stars 48 forks source link

Do not decode "+" to a space. #269

Closed kicken closed 8 years ago

kicken commented 8 years ago

As far as I know, + is only supposed to decode to a space in a query string, not in the path.

I recently noticed some of my pages with 'c++' in the name were not working due to Phile decoding the plus as a space. This fixes that and allows + to work in the URL path.

Schlaefer commented 8 years ago

:+1:

Can you make this pull request against the develop branch please. :kissing: