X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=src%2Fallmydata%2Fweb%2Fdirectory.py;h=4dfe36fa89ffa5387c97ec3761dafbce84ddcc33;hb=d7aef0cffb2a28465f75c883128e99045dadcb82;hp=340591b60afd339e7009c5a173ddf38809cf9af9;hpb=52859423ba97c079edf24c321f0e5c21eff1b65f;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/src/allmydata/web/directory.py b/src/allmydata/web/directory.py index 340591b6..4dfe36fa 100644 --- a/src/allmydata/web/directory.py +++ b/src/allmydata/web/directory.py @@ -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"),