projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5285942
)
add a <br>
author
Leif Ryge
<leif@synthesize.us>
Fri, 30 Aug 2013 19:57:38 +0000
(19:57 +0000)
committer
Brian Warner
<warner@lothar.com>
Tue, 2 Sep 2014 20:55:13 +0000
(13:55 -0700)
src/allmydata/web/directory.py
patch
|
blob
|
history
diff --git
a/src/allmydata/web/directory.py
b/src/allmydata/web/directory.py
index 340591b60afd339e7009c5a173ddf38809cf9af9..4dfe36fa89ffa5387c97ec3761dafbce84ddcc33 100644
(file)
--- 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"),