Bugzilla – Attachment 91876 Details for
Bug 23237
Add support for [% INCLUDE %] in plugin templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23237: Fix POD and typos
Bug-23237-Fix-POD-and-typos.patch (text/plain), 1.29 KB, created by
Nick Clemens (kidclamp)
on 2019-07-30 13:52:47 UTC
(
hide
)
Description:
Bug 23237: Fix POD and typos
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-07-30 13:52:47 UTC
Size:
1.29 KB
patch
obsolete
>From ba8b8977d6e712fae3f8b7794c316e06bff8addd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 30 Jul 2019 13:52:05 +0000 >Subject: [PATCH] Bug 23237: Fix POD and typos > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 75a740292e..9751b194a2 100644 >--- a/Koha/Plugins/Base.pm >+++ b/Koha/Plugins/Base.pm >@@ -137,12 +137,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<PLUGN_DIR> >+=item B<PLUGIN_DIR> > > The absolute pathname to the plugin directory. Necessary to include other > templates from a template with the [% INCLUDE %] directive. > >-=over >+=back > > > =cut >@@ -177,7 +177,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.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23237
:
91128
|
91374
|
91875
|
91876
|
97862