From 81dd4a0660cc65ef7a2b1b232390bf5b63163811 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Tue, 23 Dec 2014 17:59:33 +0100 Subject: path --- imdb-lookup/html/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'imdb-lookup/html/index.html') diff --git a/imdb-lookup/html/index.html b/imdb-lookup/html/index.html index cf9d102..122adc3 100644 --- a/imdb-lookup/html/index.html +++ b/imdb-lookup/html/index.html @@ -80,12 +80,12 @@
- - {{movie.title}} + + {{movie.title}} - {{#each tag in movie.tags}} - {{tag}} - {{/each}} + {{#each tag in movie.tags}} + {{tag}} + {{/each}}
{{movie.plot}}
-- cgit v1.2.1