Bug 18403: Fix POD for C4::Output::output_and_exit_if_error

xt/author/podcorrectness.t
C4/Output.pm (310): Expected text after =item, not a bullet

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2018-02-12 17:43:55 -03:00
parent 75c0481466
commit c15abaeda9

View file

@ -307,7 +307,7 @@ sub is_ajax {
return ( $x_req and $x_req =~ /XMLHttpRequest/i ) ? 1 : 0;
}
=item
=item output_and_exit_if_error
output_and_exit_if_error( $query, $cookie, $template, $params );