spaces should not be sanitized
This commit is contained in:
@@ -228,6 +228,7 @@ static chunk_t sanitize_chunk(chunk_t chunk)
|
|||||||
case 'a' ... 'z':
|
case 'a' ... 'z':
|
||||||
case 'A' ... 'Z':
|
case 'A' ... 'Z':
|
||||||
case '0' ... '9':
|
case '0' ... '9':
|
||||||
|
case ' ':
|
||||||
case '-':
|
case '-':
|
||||||
case '_':
|
case '_':
|
||||||
case '.':
|
case '.':
|
||||||
|
|||||||
Reference in New Issue
Block a user