mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
add a <br>
This commit is contained in:
parent
52859423ba
commit
d7aef0cffb
@ -857,7 +857,7 @@ class DirectoryAsHTML(rend.Page):
|
||||
T.input(type="hidden", name="when_done", value="."),
|
||||
T.legend(class_="freeform-form-label")["Add a link to a file or directory which is already in Tahoe-LAFS."],
|
||||
"New child name:"+SPACE,
|
||||
T.input(type="text", name="name"), SPACE*2,
|
||||
T.input(type="text", name="name"), SPACE*2, T.br,
|
||||
"URI of new child:"+SPACE,
|
||||
T.input(type="text", name="uri"), SPACE,
|
||||
T.input(type="submit", class_="btn", value="Attach"),
|
||||
|
Loading…
Reference in New Issue
Block a user