<p>
<span>cancel</span><span>comfirm</span>
</p>
<hr>
<p>
<span>cancel</span>
<span>confirm</span>
</p>
hey should show me the same result. but in the second template, after rendering, there is 'space' between 'cancel' and 'confirm'.
tags are inline elements so the line break will no use.
i can float them both with CSS.
but, i don't know the reason. i just think block tags will have space.