From: Brian Warner <warner@lothar.com>
Date: Tue, 10 Jul 2007 17:33:19 +0000 (-0700)
Subject: webish: cosmetic: fix missing whitespace in HTML
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%3C?a=commitdiff_plain;h=5264559561c38dcdfbc95e24900116a8b347f983;p=tahoe-lafs%2Ftahoe-lafs.git

webish: cosmetic: fix missing whitespace in HTML
---

diff --git a/src/allmydata/webish.py b/src/allmydata/webish.py
index ad7ed5a2..37b5d972 100644
--- a/src/allmydata/webish.py
+++ b/src/allmydata/webish.py
@@ -158,7 +158,7 @@ class Directory(rend.Page):
             T.input(type="hidden", name="when_done", value=url.here),
             T.legend(class_="freeform-form-label")["Attach a file or directory"
                                                    " (by URI) to this"
-                                                   "directory"],
+                                                   " directory"],
             "New child name: ",
             T.input(type="text", name="name"), " ",
             "URI of new child: ",