diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/instant_search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html index 914b271..0dd445c 100644 --- a/views/instant_search_results.html +++ b/views/instant_search_results.html | |||
@@ -2,7 +2,7 @@ | |||
2 | {{ range .results }} | 2 | {{ range .results }} |
3 | <li class="collection-item search-result avatar hoverable valign-wrapper" onClick="clickSearchResult({{ .ID }})" > | 3 | <li class="collection-item search-result avatar hoverable valign-wrapper" onClick="clickSearchResult({{ .ID }})" > |
4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> | 4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> |
5 | <span class="title valign">{{ .Name }}</span> | 5 | <span class="title valign">{ {{ .Name }} }</span> |
6 | </li> | 6 | </li> |
7 | {{ end }} | 7 | {{ end }} |
8 | {{ end }} \ No newline at end of file | 8 | {{ end }} \ No newline at end of file |