From 53637c5e141e3a3f8f9c9dfb8b8eae2d35428c99 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 14 May 2009 07:33:36 -0500 Subject: [PATCH] fix small POD error Signed-off-by: Galen Charlton --- C4/Service.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Service.pm b/C4/Service.pm index 641ab2f3e8..cc156ab2d1 100644 --- a/C4/Service.pm +++ b/C4/Service.pm @@ -125,7 +125,7 @@ sub return_error { exit; } -=head return_multi +=head2 return_multi =over 4 @@ -228,7 +228,7 @@ sub require_params { return @values; } -=head dispatch +=head2 dispatch =over 4 -- 2.20.1