lukejacksonn / servor

Dependency free file server for single page app development
MIT License
1.04k stars 70 forks source link

Directory listing: wrap links in quotes #67

Closed TheLastZombie closed 3 years ago

TheLastZombie commented 3 years ago

Currently, files with spaces in their names won't be linked to correctly:

image

This PR wraps any links in quotation marks (e. g. href=test file.txt becomes href="test file.txt"), fixing this problem.

lukejacksonn commented 3 years ago

Ahh good catch! LGTM :shipit: