From 5264559561c38dcdfbc95e24900116a8b347f983 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 10 Jul 2007 10:33:19 -0700
Subject: [PATCH] webish: cosmetic: fix missing whitespace in HTML

---
 src/allmydata/webish.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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