Skip to content

Commit

Permalink
Re-fix HTTPS transmission of placehold.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwyb committed May 9, 2017
1 parent 449f4ce commit f36fffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<a href="#">
<div class="media">
<span class="pull-left">
<img class="media-object" src="src://placehold.it/50x50" alt="">
<img class="media-object" src="//placehold.it/50x50" alt="">
</span>
<div class="media-body">
<h5 class="media-heading"><strong>John Smith</strong>
Expand All @@ -72,7 +72,7 @@ <h5 class="media-heading"><strong>John Smith</strong>
<a href="#">
<div class="media">
<span class="pull-left">
<img class="media-object" src="src://placehold.it/50x50" alt="">
<img class="media-object" src="//placehold.it/50x50" alt="">
</span>
<div class="media-body">
<h5 class="media-heading"><strong>John Smith</strong>
Expand Down

0 comments on commit f36fffa

Please sign in to comment.