search for: price_text_html

Displaying 1 result from an estimated 1 matches for "price_text_html".

2008 Nov 30
4
ActionMailer weirdness: bad html '=3d' for all '='
...ot;Order Email @recipients = order.email @from = ''support-t1rxLZ7CIXjQT0dZR+AlfA@public.gmane.org'' @sent_on = Time.now @body["order"] = order part :content_type => "text/plain", :body => render_message("price_text_html", :order => order) end I tried content type text/html first, text/plain also does not work. I can''t use the utf code for ''='', it isn''t understood properly. By the way, 3d is the hex unicode for ''=''. What''s up?? --~--~-...