summaryrefslogtreecommitdiff
path: root/üretim.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'üretim.lisp')
-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)