Commit 9d2cf561 authored by Chris Rebert's avatar Chris Rebert
Browse files

goofed on 1 dummy <img> src attribute; thanks @extesy

parent 54cd0f8c
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2783,7 +2783,7 @@ body { padding-bottom: 70px; } ...@@ -2783,7 +2783,7 @@ body { padding-bottom: 70px; }
</div> </div>
<div class="col-sm-6 col-md-3"> <div class="col-sm-6 col-md-3">
<a href="#" class="thumbnail"> <a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail" src="image/png;base64,"> <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
</a> </a>
</div> </div>
<div class="col-sm-6 col-md-3"> <div class="col-sm-6 col-md-3">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment