Fix indentation

This commit is contained in:
Marcus Kammer 2023-07-17 08:29:16 +02:00
parent 101ae7f40a
commit 5d8a8338a9

View file

@ -12,10 +12,7 @@
(:html
(:head
(:title ,title)
(:link
:type "text/css"
:rel "stylesheet"
:href "public/5.3.0/bootstrap.min.css"))
(:link :type "text/css" :rel "stylesheet" :href "public/5.3.0/bootstrap.min.css"))
(:body ,@body))))
(defun write-string-to-file (filename string)