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 (:html
(:head (:head
(:title ,title) (:title ,title)
(:link (:link :type "text/css" :rel "stylesheet" :href "public/5.3.0/bootstrap.min.css"))
:type "text/css"
:rel "stylesheet"
:href "public/5.3.0/bootstrap.min.css"))
(:body ,@body)))) (:body ,@body))))
(defun write-string-to-file (filename string) (defun write-string-to-file (filename string)