whitespace in html quasiquote variables

Anne Ogborn <[email protected]>
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <[email protected]>

This

section(Name) -->
html({|html(Name)||
    <div>Name</div>|}).


does what one expects.   <

section(Name) -->
html({|html(Name)||
    <div>Name
</div>|}).

puts <div>Name</div> in the output

Since whitespace usually isn't significant in HTML I wouldn't have expected this behavior.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.