summaryrefslogtreecommitdiff
path: root/imdb-lookup/html
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-23 18:08:15 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-23 18:08:15 +0100
commit67b28f326ded3cb183a377101a506e13a1c1d714 (patch)
tree6d917a40ffbb208239b55400ab6f1652b21702b6 /imdb-lookup/html
parent81dd4a0660cc65ef7a2b1b232390bf5b63163811 (diff)
downloadscripts-67b28f326ded3cb183a377101a506e13a1c1d714.tar.gz
scripts-67b28f326ded3cb183a377101a506e13a1c1d714.zip
path
Diffstat (limited to 'imdb-lookup/html')
-rw-r--r--imdb-lookup/html/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/imdb-lookup/html/index.html b/imdb-lookup/html/index.html
index 122adc3..fbce633 100644
--- a/imdb-lookup/html/index.html
+++ b/imdb-lookup/html/index.html
@@ -80,8 +80,8 @@
</td>
<td class="info">
<div class="title">
- <a {{bind-attr href=movie.path.path}}>
- <span {{bind-attr title=movie.path.label}}>{{movie.title}}</span>
+ <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>