turbinado icon indicating copy to clipboard operation
turbinado copied to clipboard

Remove excess whitespace from emitting variables

Open softmechanics opened this issue 15 years ago • 0 comments

From my simple form demo:

The code: Hello, <%= name%>!

Generates: Hello, asdf !

Which renders as: Hello, asdf !

So we can't get that ! to butt up against asdf without a space.

softmechanics avatar Feb 27 '10 00:02 softmechanics