minor POD correction
[koha.git] / C4 / AuthoritiesMarc.pm
index b353d15..02b801c 100644 (file)
@@ -64,9 +64,11 @@ returns tag and subfield linked to kohafield
 
 Comment :
 Suppose Kohafield is only linked to ONE subfield
+
 =back
 
 =cut
+
 sub GetAuthMARCFromKohaField {
 #AUTHfind_marc_from_kohafield
   my ( $kohafield,$authtypecode ) = @_;
@@ -1224,8 +1226,6 @@ sub merge {
 }#sub
 END { }       # module clean-up code here (global destructor)
 
-=back
-
 =head1 AUTHOR
 
 Koha Developement team <info@koha.org>