From 7cc497346afa09eca88d036f89a5f9ccb8ff0337 Mon Sep 17 00:00:00 2001 From: riton Date: Wed, 26 Mar 2025 00:16:27 +0300 Subject: =?UTF-8?q?refakt=C3=B6rde=20ad=C4=B1=20de=C4=9Fi=C5=9Ftirince=20m?= =?UTF-8?q?ant=C4=B1k=20tersine=20d=C3=B6nd=C3=BC...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\303\274retim.lisp" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\303\274retim.lisp" "b/\303\274retim.lisp" index 2ae81f4..6fb3cd7 100644 --- "a/\303\274retim.lisp" +++ "b/\303\274retim.lisp" @@ -16,8 +16,8 @@ (defun tag-sonu-yeni-satır? (tag) (case tag - ((:html :head :body :div :ol :ul :li :p :title :pre) nil) - ((:b :i :code) t))) + ((:html :head :body :div :ol :ul :li :p :title :pre) t) + ((:b :i :code) nil))) (defun yeni-satır-yaz (stream) (write-char #\Newline stream) -- cgit v1.2.3