mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
webish: cosmetic: fix missing whitespace in HTML
This commit is contained in:
parent
2a4423ba14
commit
5264559561
@ -158,7 +158,7 @@ class Directory(rend.Page):
|
|||||||
T.input(type="hidden", name="when_done", value=url.here),
|
T.input(type="hidden", name="when_done", value=url.here),
|
||||||
T.legend(class_="freeform-form-label")["Attach a file or directory"
|
T.legend(class_="freeform-form-label")["Attach a file or directory"
|
||||||
" (by URI) to this"
|
" (by URI) to this"
|
||||||
"directory"],
|
" directory"],
|
||||||
"New child name: ",
|
"New child name: ",
|
||||||
T.input(type="text", name="name"), " ",
|
T.input(type="text", name="name"), " ",
|
||||||
"URI of new child: ",
|
"URI of new child: ",
|
||||||
|
Loading…
Reference in New Issue
Block a user