]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/directory.py
add a <br>
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / directory.py
index 340591b60afd339e7009c5a173ddf38809cf9af9..4dfe36fa89ffa5387c97ec3761dafbce84ddcc33 100644 (file)
@@ -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"),