brianwigfield / Meek

Meek CMS for MVC 3
MIT License
18 stars 11 forks source link

Razor2 Error #11

Open gblouin opened 9 years ago

gblouin commented 9 years ago

Parser Error Message: "@" is not valid at the start of a code block. Only identifiers, keywords, comments, "(" and "{" are valid.

Razor2 apparently handles single @ symbols in the content correctly and chokes on the double @@ that I asked be added for MVC3 :(

Submitting a pull request with a suggested change.