I am new to Scala and play 2.1 and I come from a PHP background. I am not able to print the @
symbol in HTML. I am getting the following error:
not found: value Hotmail
Here is my code:
myname<label>@Hotmail.com</label>
Please let me know how I can print the @
symbol.
Thanks in advance.