summaryrefslogtreecommitdiff
path: root/imdb-lookup/html/index.html
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-02-15 12:18:23 +0100
committerYves Fischer <yvesf-git@xapek.org>2015-02-15 12:18:23 +0100
commiteccd059accbd307b5e36a95eae3c53694f13f6d3 (patch)
treea8d1dd736d1feada208e64435e14ccbb47fe9d5a /imdb-lookup/html/index.html
parent71ef667bea7376d1b340d790fa2ef96d80d9ecc1 (diff)
downloadscripts-eccd059accbd307b5e36a95eae3c53694f13f6d3.tar.gz
scripts-eccd059accbd307b5e36a95eae3c53694f13f6d3.zip
guessit for tags in index
Diffstat (limited to 'imdb-lookup/html/index.html')
-rw-r--r--imdb-lookup/html/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/imdb-lookup/html/index.html b/imdb-lookup/html/index.html
index deff8b2..dd3eafe 100644
--- a/imdb-lookup/html/index.html
+++ b/imdb-lookup/html/index.html
@@ -69,9 +69,11 @@
<a {{bind-attr href=movie.path.path title=movie.path.label}}>
{{movie.title}}
</a>
- {{#each tag in movie.tags}}
- <span class="movie-tag">{{tag}}</span>
- {{/each}}
+ </div>
+ <div>
+ {{#each tag in movie.tags}}
+ <span class="movie-tag">{{tag}}</span>
+ {{/each}}
</div>
<div class="headline">{{movie.summary}}</div>
<div class="plot">{{movie.plot}}</div>