Bugzilla – Attachment 177103 Details for
Bug 37918
Properly encode email subjects in mailto: links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37918: Correct POD
Bug-37918-Correct-POD.patch (text/plain), 1.12 KB, created by
Paul Derscheid
on 2025-01-24 11:12:28 UTC
(
hide
)
Description:
Bug 37918: Correct POD
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-01-24 11:12:28 UTC
Size:
1.12 KB
patch
obsolete
>From 1300983c66483f9ed452a5ab8d5581a7053e8338 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 24 Jan 2025 12:01:19 +0100 >Subject: [PATCH] Bug 37918: Correct POD > >--- > Koha/Template/Plugin/EmailHeader.pm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/Koha/Template/Plugin/EmailHeader.pm b/Koha/Template/Plugin/EmailHeader.pm >index 8552bd4f3e..5e7ba57621 100644 >--- a/Koha/Template/Plugin/EmailHeader.pm >+++ b/Koha/Template/Plugin/EmailHeader.pm >@@ -24,11 +24,11 @@ Koha::Template::Plugin::EmailHeader - Template Toolkit filter to encode email he > =head1 SYNOPSIS > > [% USE EmailHeader %] >- [% header | email_header %] >+ [% header | $EmailHeader %] > > =head1 DESCRIPTION > >-This plugin provides a Template Toolkit filter `email_header` that encodes >+This plugin provides a Template Toolkit filter `$EmailHeader` that encodes > email headers according to RFC2047 using Encode::MIME::Header. > > =cut >@@ -45,7 +45,7 @@ our $DYNAMIC = 1; > > =head2 filter > >- [% subject | email_header %] >+ [% subject | $EmailHeader %] > > Filters the given text as per RFC2047. > >-- >2.48.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 37918
:
171518
|
171994
|
176576
|
176869
|
176870
|
176871
|
176873
|
176874
|
176875
| 177103 |
177104