]> git.koha-community.org Git - koha.git/commit
Bug 37642: Generated letter should use https in header
authorBaptiste Wojtkowski <baptiste.wojtkowski@biblibre.com>
Wed, 14 Aug 2024 08:55:16 +0000 (10:55 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 23 Aug 2024 16:21:19 +0000 (18:21 +0200)
commite27c3a6090523549509ced1cc3d5f27d9be0e7aa
tree19ddcbef558c0d4857e1e90aa0d7db5f50738bb3
parent765c724f98ddad70659fc62e6a7ef76c5960786e
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 http://www.w3.org/1999/xhtml. These should be https links.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Letters.pm