From eccd059accbd307b5e36a95eae3c53694f13f6d3 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sun, 15 Feb 2015 12:18:23 +0100 Subject: guessit for tags in index --- imdb-lookup/html/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'imdb-lookup/html/index.html') 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 @@ {{movie.title}} - {{#each tag in movie.tags}} - {{tag}} - {{/each}} + +
+ {{#each tag in movie.tags}} + {{tag}} + {{/each}}
{{movie.summary}}
{{movie.plot}}
-- cgit v1.2.1