There's another error related to :ugly mode.

Example

%p
  The
  = "quick"
  brown
  fox

in normal mode, it renders:

<p>
  The
  quick
  brown
  fox
</p>

but in ugly mode, it renders:

<p>
The
quickbrown
fox
</p>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to