From 37406afc307f25d2f3670e746c2af6aed5284e1f Mon Sep 17 00:00:00 2001 From: riton Date: Wed, 26 Mar 2025 21:45:08 +0300 Subject: [PATCH] =?UTF-8?q?header=20tag=20inden=20sonra=20yeni=20sat=C4=B1?= =?UTF-8?q?r=20a=C3=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- üretim.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)