diff options
author | riton <riton@riton.home> | 2025-03-26 21:45:08 +0300 |
---|---|---|
committer | riton <riton@riton.home> | 2025-03-26 21:45:08 +0300 |
commit | 37406afc307f25d2f3670e746c2af6aed5284e1f (patch) | |
tree | b7ff93fbc577bdc76df9af751315d3b1710633ae | |
parent | 7cc497346afa09eca88d036f89a5f9ccb8ff0337 (diff) |
header tag inden sonra yeni satır aç
-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) |