I believe I've found a bug (using haml 2.2.17) where the following
throws errors:

%a(href="#" rel="top") Top
%a(href="#") #...@whatever}

However these work fine:

%a(href="#")
  #...@whatever}

%a(href="#") Top


It seems that adding a second attribute after href="#" or using
interpolation on the same line as href="#" cause the following error:

"Invalid attribute list: "(href=\"#\" rel=\"top\")"."

If I use hash-style attributes it works just fine.

- Brandon Mathis

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