Ruby on Rails Thursday, December 29, 2011

On 28 December 2011 18:05, Erwin <yves_dufour@mac.com> wrote:
> 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&amp;f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=crach,
> +morbihan,
> +56950,+france&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=37.325633,62.050781&amp;vpsrc=0&amp;ie=UTF8&amp;hq=&amp;hnear=Crac'h,
> +Morbihan,+Brittany,
> +France&amp;t=m&amp;z=12&amp;ll=47.616486,-3.000283&amp;output=embed"></
> iframe>
>                                </div>
>
> 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&amp;f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=crach,
> +morbihan,
> +56950,+france&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=37.325633,62.050781&amp;vpsrc=0&amp;ie=UTF8&amp;hq=&amp;hnear=Crac'h,
> +Morbihan,+Brittany,
> +France&amp;t=m&amp;z=12&amp;ll=47.616486,-3.000283&amp;output=embed"}
>
>
> is there any reason  ?  obvious ?    hope to display it this year ...

Have a look at the html of the page (View > Page Source or similar in
browser) in each case and compare them. They must be different.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment