More POD cleanups
[koha.git] / C4 / Ris.pm
index c5c4806..fcb5b89 100644 (file)
--- a/C4/Ris.pm
+++ b/C4/Ris.pm
@@ -74,22 +74,14 @@ $VERSION = 3.00;
 );
 
 
-=head2 marc2bibtex - Convert from UNIMARC to RIS
+=head1 marc2bibtex - Convert from UNIMARC to RIS
 
-=over 4
-
-my ($ris) = marc2ris($record);
+  my ($ris) = marc2ris($record);
 
 Returns a RIS scalar
 
-=over 2
-
 C<$record> - a MARC::Record object
 
-=back
-
-=back
-
 =cut
 
 sub marc2ris {