Hello!
I want to do simple task: have a link (A) inside text (P).
The text is: To sign up please follow this link.
In HAML its:
%p
To sign up please
%a{} follow this link
\.
But when it comes to rendering HTML, HAML inserts spases before and
after my link! So between link and dot symbol there is a unwanted
space!
How should I get rid of this?
Thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---