From b1d1aa4a2a9d3a6d928901b01c59828029603bb5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 30 Jul 2019 13:52:05 +0000 Subject: [PATCH] Bug 23237: Fix POD and typos Signed-off-by: Nick Clemens Signed-off-by: Martin Renvoize (cherry picked from commit a6fb4e4f2af100c867da3434756a82f65c04b971) Signed-off-by: Fridolin Somers (cherry picked from commit f50b0ba0541ab656598f78fcd577e35a1ff4ebea) Signed-off-by: Lucas Gass --- Koha/Plugins/Base.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Plugins/Base.pm b/Koha/Plugins/Base.pm index cca748837b..8dba33561c 100644 --- a/Koha/Plugins/Base.pm +++ b/Koha/Plugins/Base.pm @@ -135,12 +135,12 @@ Then name of the plugin method used. For example 'tool' or 'report'. The URL path to the plugin. It can be used in templates in order to localize ressources like images in html tags, or other templates. -=item B +=item B The absolute pathname to the plugin directory. Necessary to include other templates from a template with the [% INCLUDE %] directive. -=over +=back =cut @@ -175,7 +175,7 @@ sub get_template { sub get_metadata { my ( $self, $args ) = @_; - #FIXME: Why another encoding issue? For metadata containg non latin characters. + #FIXME: Why another encoding issue? For metadata containing non latin characters. my $metadata = $self->{metadata}; utf8::decode($metadata->{$_}) for keys %$metadata; return $metadata; -- 2.39.5