Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix call to inc/favorite.html
  • Loading branch information
mickeyn committed Jul 24, 2017
1 parent 91d85ef commit a4bdd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/search.html
Expand Up @@ -25,7 +25,7 @@
<big><strong>
<% link_to_file(item) | none %>
<%- IF item.abstract; ' - '; item.abstract; END %>
</strong></big><% INCLUDE inc/favorite.html module = item %><br>
</strong></big><% INCLUDE inc/favorite.html release = item favorites = release.favorites %><br>
<% IF item.description %><p class="description"><% item.description.chunk(250).0 _ '...' %></p>
<% END %>
<a class="author" href="/author/<% item.author %>"><% item.author %></a><a href="/release/<% IF item.status == 'latest'; item.distribution; ELSE; item.author; '/'; item.release; END %>">/<% item.release %></a>
Expand Down

0 comments on commit a4bdd7e

Please sign in to comment.