diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:59:33 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:59:33 +0100 |
commit | 81dd4a0660cc65ef7a2b1b232390bf5b63163811 (patch) | |
tree | 4b46e068c92b1dfee8ab4d4ae9a98242e95b7f54 /imdb-lookup/html | |
parent | 4ee5f5f479f3b8ce929029ff45aa9d48c83c93be (diff) | |
download | scripts-81dd4a0660cc65ef7a2b1b232390bf5b63163811.tar.gz scripts-81dd4a0660cc65ef7a2b1b232390bf5b63163811.zip |
path
Diffstat (limited to 'imdb-lookup/html')
-rw-r--r-- | imdb-lookup/html/index.html | 10 |
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> |