Slawek Zak
2009-03-14 13:01:56 UTC
Hi,
Latest cl-who from bknr.net repo introduced neted html indentation bug:
LW> (cl-who:with-html-output-to-string (*standard-output* nil :indent 0)
(:html (:head (:title "test")
(htm (:script :src "s")))))
"
<html>
<head>
<title>test
</title>
<script src='s'></script>
</head>
</html>"
Thanks, /S
Latest cl-who from bknr.net repo introduced neted html indentation bug:
LW> (cl-who:with-html-output-to-string (*standard-output* nil :indent 0)
(:html (:head (:title "test")
(htm (:script :src "s")))))
"
<html>
<head>
<title>test
</title>
<script src='s'></script>
</head>
</html>"
Thanks, /S