Make sure Twitter avatars are loaded over https to prevent mixed-content warnings

This commit is contained in:
Sebastiaan Janssen
2017-01-07 16:08:14 +01:00
parent 13bfa46c01
commit f680cdcee2
@@ -7,7 +7,7 @@
<a href="@tweet.Url" class="forum-thread">
<div class="avatar">
<img src="@tweet.CreatedBy.ProfileImageUrl400x400" />
<img src="@tweet.CreatedBy.ProfileImageUrl400x400.Replace("http://", "https://")" />
</div>
<div class="meta">