In order to properly debug this, I'd need to see the entire Haml template. Could you put it up on gist?
On Sun, Dec 27, 2009 at 6:11 AM, jollyroger <[email protected]>wrote: > Hey guys, > > i keep getting this haml-output in my view (yes, this is actually > printed out in the browser) > > > _hamlout.format_script_false_false_false_false_false_true_false > ((haml_very_temp = haml_temp; haml_temp = nil; haml_very_temp));} > > This is printed within a div which is rendered by this code: > > - form_tag ({:action => "show"}, :id => 'checkout_next_step_form') do > = submit_tag '', :type => 'image', :src => get_img_prefix + > PATH_TO_CHECKOUT_NEXT_STEP_BUTTON, :class => > 'checkout_next_step_button mouseover_button', :id => > 'next_step_button' > > This piece of code renders the following html: > > <div id="shoppingcart_next_step"> > <form method="post" id="checkout_next_step_form" action="/ > checkouts/show"><div style="margin: 0pt; padding: 0pt; display: > inline;"><input type="hidden" value="mWhjyobUb7f/uRqWpuv8sNNfw5cU/ > a5iMxfVT+r/THE=" name="authenticity_token"/></div> > <input type="image" value="" src="/images/de/checkout/ > checkout_next_step_button.png" name="commit" id="next_step_button" > class="checkout_next_step_button mouseover_button"/> > </form> > > _hamlout.format_script_false_false_false_false_false_true_false > ((haml_very_temp = haml_temp; haml_temp = nil; haml_very_temp));} > </div> > > How can this happen? > I don't see any obvious errors in the code above. > How could i debug this further? > > -- > > 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.
