summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-03-26 00:16:27 +0300
committerriton <riton@riton.home>2025-03-26 00:16:27 +0300
commit7cc497346afa09eca88d036f89a5f9ccb8ff0337 (patch)
tree3ac95fcb08e7c3160cda2d07995be4db8ead6b66
parent06cc8a21bfee960d29db921c565543f55dc728ab (diff)
refaktörde adı değiştirince mantık tersine döndü...
-rw-r--r--üretim.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/üretim.lisp b/üretim.lisp
index 2ae81f4..6fb3cd7 100644
--- a/üretim.lisp
+++ b/üretim.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)