Bug 14383: Fix POD error in C4/Ratings.pm
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 18 Jun 2015 13:19:25 +0000 (15:19 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Jun 2015 20:34:47 +0000 (17:34 -0300)
perl -e "use Pod::Checker;podchecker('C4/Ratings.pm');"

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Ratings.pm

index 38e3521..f869f69 100644 (file)
@@ -139,8 +139,11 @@ A hashref containing:
 =over
 
 =item * rating_avg - average rating of a biblio
+
 =item * rating_avg_int - average rating of a biblio, rounded to 1dp
+
 =item * rating_total - total number of ratings of a biblio
+
 =item * rating_value - logged-in user's rating of a biblio
 
 =back