Thanks, guys, for the answer. I didn't think about there being a datatyping 
problem, but that makes perfect sense now.

>A tag! is meant to represent only one tag. If you want to have more than one
>tag in an HTML element, you need to make a string. So it's very easy to
>correct your function. Replace the line quoted above with:
>
>   markup-string: rejoin ["" open-tag data/name close-tag]

Reply via email to