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 '0' ... '9':
|
||||
case ' ':
|
||||
case '-':
|
||||
case '_':
|
||||
case '.':
|
||||
|
||||
Reference in New Issue
Block a user