Hmm... in the case of Ruby syntax errors, I'm afraid I can't really help.
Since Haml compiles to Ruby code, and any Ruby code in the Haml template is
literally included in the compiled template, it will always be possible to
create malformed Ruby with odd effects such as this.

On Tue, Jan 26, 2010 at 7:15 AM, Christoph Petschnig <[email protected]>wrote:

> Nathan,
>
> I got the same effect with this erroneous code:
>
> %h1 My Header
> = render :partial => 'form'}
> %br
>
> See that orphan }
>
> Hope that helps. Regards
>
> Christoph
>
> --
> 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] <haml%[email protected]>.
> For more options, visit this group at
> http://groups.google.com/group/haml?hl=en.
>
>

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