webish: cosmetic: fix missing whitespace in HTML

This commit is contained in:
Brian Warner 2007-07-10 10:33:19 -07:00
parent 2a4423ba14
commit 5264559561

View File

@ -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: ",