diff options
| author | rr- | 2016-08-23 21:30:53 +0200 |
|---|---|---|
| committer | rr- | 2016-08-23 23:12:29 +0200 |
| commit | e90b8972c7f40f7636f9c16382f43f243093a0e0 (patch) | |
| tree | 25e590c785368d6af87307914448a35056762e94 /client/html/score.tpl | |
| parent | 4ca7c49239dfe30f90221f0b24dc587cdfc5cf42 (diff) | |
client/auth: fix being able to rate/fav things
Diffstat (limited to 'client/html/score.tpl')
| -rw-r--r-- | client/html/score.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/score.tpl b/client/html/score.tpl index 745c03e..c190069 100644 --- a/client/html/score.tpl +++ b/client/html/score.tpl @@ -9,7 +9,7 @@ <span class='vim-nav-hint'>like</span> </a> <% } else { %> - <a href class='upvote inactive'> + <a class='upvote inactive'> <i class='fa fa-thumbs-o-up'></i> </a> <% } %> |