I have some weird output in a view, i have this line in a template
view (/_form.html.haml) :
.....
= f.submit button_name, :class => 'submit_button', :disable_with
=> t('global.please_wait') }
....
the output render all the view correctly except for this text that
appear beside the submit button:
_hamlout.format_script_false_false_false_false_false_true_false
((haml_very_temp = haml_temp; haml_temp = nil; haml_very_temp));}
the problem is an syntax error, above in the template I add, by
mistake, an curly brace at the end, if I remove it, all work fine.
I want to know why this happend, maybe is a bug.
I'm using Rails 2.3.4, 2.2.15, and ruby 1.8.7 (2009-06-12 patchlevel
174) [i686-darwin10.0.0]
Thanks.
--
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.