Bugzilla – Attachment 115007 Details for
Bug 27336
JS error in Administration - System preferences page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27336: Add POD for new package
Bug-27336-Add-POD-for-new-package.patch (text/plain), 905 bytes, created by
Jonathan Druart
on 2021-01-11 09:23:13 UTC
(
hide
)
Description:
Bug 27336: Add POD for new package
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-01-11 09:23:13 UTC
Size:
905 bytes
patch
obsolete
>From a4414df0479df28f45e4205c0138e383b2bcc10c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 11 Jan 2021 10:17:25 +0100 >Subject: [PATCH] Bug 27336: Add POD for new package > >--- > Koha/Template/Plugin/HtmlId.pm | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/Koha/Template/Plugin/HtmlId.pm b/Koha/Template/Plugin/HtmlId.pm >index 13fc9e8500..5ca9912aa5 100644 >--- a/Koha/Template/Plugin/HtmlId.pm >+++ b/Koha/Template/Plugin/HtmlId.pm >@@ -19,6 +19,20 @@ use Modern::Perl; > > use parent qw( Template::Plugin::Filter ); > >+=head1 NAME >+ >+Koha::Template::Plugin::HtmlId - Filter characters for HTML IDs >+ >+=head1 SYNOPSIS >+ >+ [% USE HtmlId %] >+ >+ <div id=[% var | HtmlId %]></div> >+ >+It will replace characters that are not valid for HTML IDs with an underscore (_) >+ >+=cut >+ > sub filter { > my ( $self, $text ) = @_; > >-- >2.20.1
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 27336
:
114826
|
114830
|
114949
|
114952
|
114975
|
115006
| 115007 |
115008