Skip to content

Commit b552818

Browse files
committed
Just a tad bit of formatting.
1 parent c33b583 commit b552818

File tree

1 file changed

+0
-1
lines changed
  • code/ch7_infinite_scroll/ch7_final_video_collector/templates/feed

1 file changed

+0
-1
lines changed

code/ch7_infinite_scroll/ch7_final_video_collector/templates/feed/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ <h1>Video Collector: Recent Videos</h1>
1111
<div><span class="title">{{ v.title }}</span></div>
1212
<a href="/videos/play/{{ v.id }}">
1313

14-
1514
<img src="https://img.youtube.com/vi/{{ v.id }}/maxresdefault.jpg"
1615
class="img img-responsive {{ ' '.join(classes) }}"
1716
alt="{{ v.title }}"

0 commit comments

Comments
 (0)