diff options
-rw-r--r-- | üretim.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/üretim.lisp b/üretim.lisp index 6fb3cd7..6cbc344 100644 --- a/üretim.lisp +++ b/üretim.lisp @@ -16,7 +16,7 @@ (defun tag-sonu-yeni-satır? (tag) (case tag - ((:html :head :body :div :ol :ul :li :p :title :pre) t) + ((:html :head :body :div :ol :ul :li :p :title :pre :h1 :h2 :h3 :h4 :h5 :h6) t) ((:b :i :code) nil))) (defun yeni-satır-yaz (stream) |