How do you handle string parameters in TAL tags? Specifically, quoting?
I've tried this:
<tal:tal tal:content='(inline-image "dir1/crw_1122.jpg")' />
but it results in garbage generated after the tag is replaced, I get
extra:
/></a
>
I need to pass a lisp string to the inline-image function.
--J.