Commit 6a9d32f56b0023ccca571e2a736cf03d025de19e

Thomas de Grivel 2018-06-08T01:00:05

ws

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/thot.lisp b/thot.lisp
index 7b8fab6..8f188ab 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -399,7 +399,10 @@ The requested url "
           (format t "remote ~S dir ~S name ~S slash ~S~%"
                   remote dir name slash)
           (force-output))
-        (content "   <li><a href=\"" (h url) "\">" (h name) slash "</a></li>
+        (content "   <li><a href=\"" (h url) "\">"
+                 (h name)
+                 slash
+                 "</a></li>
 "))))
   (content "  </ul>
  </body>