Hi,
I am using HAML and I like it very much. However, I need a way to avoid extra white spaces added at the end of the control.
For example, in ERB, when I am using:
<%= text_field_tag :foo -%>
<%= text_field_tag :foo2 -%>
the two input text boxes appear next to each other without any white space in between.
How can I do the same with HAML?
Thanks in advance
Panayotis