cl-html-parse
cl-html-parse copied to clipboard
Needs to use TAG-NAME when checking for *in-line*
https://github.com/gwkkwg/cl-html-parse/blob/81d32f8c6c5016c6b5bf801e6bc77a8e21e42fa8/dev/cl-html-parse.lisp#L1211
This line should be:
(if* (member (tag-name last-tag) *in-line*)
Without it something like:
<i class="jj">lk</i> <i class="jj">bc</i>
misses the space between "lk" and "bc".
Hi there,
Thanks but I am no longer an active Lisper. If you'd like to take this project over, let me know.