Closed KyleAMathews closed 12 years ago
It's printed, but your browser will treat it as an HTML tag so you won't see it when rendered.
Use <
and >
just like you would if you were writing plain HTML.
Haha, oops -- that should of been obvious. Thanks! Love Eco.
E.g. if I write
<<%= @email %>>
then nothing is printed.This does work
< <%= @email %> >
but isn't what I want.I'm assuming this is a bug? Is there a way to escape "special" characters?