spaces should not be sanitized

This commit is contained in:
Andreas Steffen
2006-10-27 18:36:46 +00:00
parent ade9743ec4
commit c27c797e12
+1
View File
@@ -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 '.':