Discussion:
Regression in indentation
Slawek Zak
2009-03-14 13:01:56 UTC
Permalink
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
Edi Weitz
2009-04-05 22:15:05 UTC
Permalink
Hi Slawek,

Thanks for the report. This is just to acknowledge that I see the
problem as well, but I don't have an easy fix for this. If someone
else has, please step forward... :)

Cheers,
Edi.

Loading...