[FIX] website_twitter: use HTTPS profile URLs to be safe on HTTPS websites

This commit is contained in:
Olivier Dony 2014-05-15 17:08:29 +02:00
parent 4baccd7bee
commit 66484dbbc8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<t t-name="website.Twitter.Tweet">
<div class="tweet" t-attf-data-url="http://twitter.com/#{tweet.user.screen_name}/status/#{tweet.id_str}" t-attf-data-tweet-id="#{tweet.id_str}">
<div class="left">
<img t-att-src="tweet.user.profile_image_url"/>
<img t-att-src="tweet.user.profile_image_url_https"/>
</div>
<div class="right">
<div class="top">