Bugzilla – Attachment 170308 Details for
Bug 37642
Generated letter should use https in header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37642 - Generated letter should use https in header
Bug-37642---Generated-letter-should-use-https-in-h.patch (text/plain), 1.15 KB, created by
Baptiste Wojtkowski (bwoj)
on 2024-08-14 08:56:37 UTC
(
hide
)
Description:
Bug 37642 - Generated letter should use https in header
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2024-08-14 08:56:37 UTC
Size:
1.15 KB
patch
obsolete
>From 1b517385492bda87003e75ee07d3650dfca8be0a Mon Sep 17 00:00:00 2001 >From: Baptiste Wojtkowski <baptiste.wojtkowski@biblibre.com> >Date: Wed, 14 Aug 2024 10:55:16 +0200 >Subject: [PATCH] Bug 37642 - Generated letter should use https in header > >_wrap_html returns a header referring to http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd and https://www.w3.org/1999/xhtml. These should be https links. >--- > C4/Letters.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 827b5d1..105a06b 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1575,8 +1575,8 @@ sub _wrap_html { > $css = qq{<link rel="stylesheet" type="text/css" href="$css">} if $css; > return <<EOS; > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" >- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >-<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> >+ "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >+<html lang="en" xml:lang="en" xmlns="https://www.w3.org/1999/xhtml"> > <head> > <title>$title</title> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >-- >2.43.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 37642
:
170308
|
170534
|
170567