summaryrefslogtreecommitdiff
path: root/imdb-lookup/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'imdb-lookup/html/index.html')
-rw-r--r--imdb-lookup/html/index.html10
1 files changed, 5 insertions, 5 deletions
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 @@
</td>
<td class="info">
<div class="title">
- <a {{bind-attr href=movie.path.path}} {{bind-attr title=movie.path.label}}>
- {{movie.title}}
+ <a {{bind-attr href=movie.path.path}}>
+ <span {{bind-attr title=movie.path.label}}>{{movie.title}}</span>
</a>
- {{#each tag in movie.tags}}
- <span class="movie-tag">{{tag}}</span>
- {{/each}}
+ {{#each tag in movie.tags}}
+ <span class="movie-tag">{{tag}}</span>
+ {{/each}}
</div>
<div class="headline">
<div class="plot">{{movie.plot}}</div>