i have the t function witch return some text.
so on my erb file i have something like that:
<%= t 'content1' %>
<%= t 'content2' %>
and the html output is something like that:
"text of the content 1"
"text of the content 2"
I would like to output something like that:
"text of the content 1" "text of the content 2"
thanx
ERB has an option in the closing tag whether to have a newline after it. Just add a dash: