@@ -, +, @@ opac-results.tt --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -460,7 +460,7 @@ - [% IF ( SEARCH_RESULT.rating_total ) > 0 %] + [% IF SEARCH_RESULT.rating_total && SEARCH_RESULT.rating_total > 0 %]   ([% SEARCH_RESULT.rating_total %] votes) [% ELSE %]
--