I tried 2 different converters , and I get 2 different outputs ...
both raising errors in Rails  (  on the %li with space  or :nbsp;

        .tab
                %ul.login
                        %li.left  
                        %li Hello Guest!
                        %li.sep |
                        %li#toggle
                                %a#open.open{:href => "#"} Log In | Register
                                %a#close.close{:href => "#", :style => 
"display: none;"} Close
Panel
                        %li.right  
OR

.tab
  %ul.login
    %li.left
    %li Hello Guest!
    %li.sep |
    %li#toggle
      %a#open.open{:href => "#"} Log In | Register
      %a#close.close{:href => "#", :style => "display: none;"} Close
Panel
    %li.right

61: syntax error, unexpected keyword_ensure, expecting keyword_end
...:Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer....
64: syntax error, unexpected $end, expecting keyword_end

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