Skip to content

Commit

Permalink
path no space
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Dec 25, 2024
1 parent f66af5f commit c1eef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywebfs/pywebfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def do_GET(self):
' <button type="submit" name="searchtxt" value=1 class="searchtxt" title="Search in text files"></button>\n'
)
header += [
f' {"\n".join(href)}'
f' {"".join(href)}'
' </form>',
' </div>',
'</th>\n</tr>\n',
Expand Down

0 comments on commit c1eef10

Please sign in to comment.