From 37406afc307f25d2f3670e746c2af6aed5284e1f Mon Sep 17 00:00:00 2001 From: riton Date: Wed, 26 Mar 2025 21:45:08 +0300 Subject: =?UTF-8?q?header=20tag=20inden=20sonra=20yeni=20sat=C4=B1r=20a?= =?UTF-8?q?=C3=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\303\274retim.lisp" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\303\274retim.lisp" "b/\303\274retim.lisp" index 6fb3cd7..6cbc344 100644 --- "a/\303\274retim.lisp" +++ "b/\303\274retim.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) -- cgit v1.2.3