Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates parser/compiler doesn't handle escaped '@' character properly #201

Open
slothspot opened this issue Nov 15, 2013 · 1 comment
Open

Comments

@slothspot
Copy link

Consider following excerpt from template:
<a href="mailto:sloth.spot@@gmail.com">

In such case template compiler produces following error:
"not found: value gmail"
which is false positive in this case.

@slothspot
Copy link
Author

Described problem happens only when template is parameters less and @() missed at the beginning of template. Not sure about validness of template itself when such opening is missed through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant