ciscoheat / erazor

A Haxe implementation of the Razor view engine
19 stars 15 forks source link

native "@" #8

Closed postite closed 12 years ago

postite commented 12 years ago

hello when assigning a basic mail adress ( obviously containing a @ )in a content .

ex mailto:bla@pop.com

Erazor fail to ignore it .. it' s looking for a variable named pop.

fponticelli commented 12 years ago

If you want to preserve a @ in your template just escape it by doubling it: mailto:bla@@pop.com