Fix for Bug 4886, missing 404 redirection on wrong biblionumber for MARC and ISBD...
[koha.git] / C4 / Print.pm
index 8820e78..706afc3 100644 (file)
@@ -48,9 +48,7 @@ The functions in this module handle sending text to a printer.
 
 =head1 FUNCTIONS
 
-=over 2
-
-=item remoteprint
+=head2 remoteprint
 
   &remoteprint($items, $borrower);
 
@@ -168,12 +166,12 @@ EOF
     return $slip;
 }
 
-=item printslip
+=head2 printslip
 
   &printslip($borrowernumber)
 
-  print a slip for the given $borrowernumber
-  
+print a slip for the given $borrowernumber
+
 =cut
 
 #'
@@ -193,8 +191,6 @@ END { }    # module clean-up code here (global destructor)
 1;
 __END__
 
-=back
-
 =head1 AUTHOR
 
 Koha Development Team <info@koha.org>