This renders as expected in development mode, but in production mode
the following haml:

STUFF AT THE TOP
- if true # do
  "1- if true # do"
- if true #do
  "2- if true #do"
- "3a"; if true # do
  "3b- if true # do"

renders the below:

STUFF AT THE TOP
"1- if true # do"
STUFF AT THE TOP
"1- if true # do"
"2- if true #do"
3a"3b- if true # do"

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to