summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriton <riton@riton.home>2025-03-26 21:45:08 +0300
committerriton <riton@riton.home>2025-03-26 21:45:08 +0300
commit37406afc307f25d2f3670e746c2af6aed5284e1f (patch)
treeb7ff93fbc577bdc76df9af751315d3b1710633ae
parent7cc497346afa09eca88d036f89a5f9ccb8ff0337 (diff)
header tag inden sonra yeni satır aç
-rw-r--r--üretim.lisp2
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)