Fix indentation
This commit is contained in:
parent
101ae7f40a
commit
5d8a8338a9
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue