when I display in an html page :
<div class="contact_map">
<iframe width="276" height="180" frameborder="0" scrolling="no"
marginheight=“0” marginwidth=“0” src=“http://maps.google.com/maps?
ie=UTF8&f=q&source=s_q&hl=en&geocode=&q=crach,
+morbihan,
+56950,+france&aq=&sll=37.0625,-95.677068&sspn=37.325633,62.050781&vpsrc=0&ie=UTF8&hq=&hnear=Crac’h,
+Morbihan,+Brittany,
+France&t=m&z=12&ll=47.616486,-3.000283&output=embed”></
iframe>
I get it right, but not in haml :
.contact_map
%iframe{:width => “276”, :height => “180”, :frameborder =>
“0”, :scrolling => “no”, :marginheight= => “0”, :marginwidth =>
“0”, :src => “http://maps.google.com/maps?
ie=UTF8&f=q&source=s_q&hl=en&geocode=&q=crach,
+morbihan,
+56950,+france&aq=&sll=37.0625,-95.677068&sspn=37.325633,62.050781&vpsrc=0&ie=UTF8&hq=&hnear=Crac’h,
+Morbihan,+Brittany,
+France&t=m&z=12&ll=47.616486,-3.000283&output=embed”}
is there any reason ? obvious ? hope to display it this year …
Happy 2012 !