Bugzilla – Attachment 193668 Details for
Bug 41846
Notes field of routing list displays html characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41846: Fix routing-preview-slip.tt too
Bug-41846-Fix-routing-preview-sliptt-too.patch (text/plain), 964 bytes, created by
David Cook
on 2026-02-24 00:31:41 UTC
(
hide
)
Description:
Bug 41846: Fix routing-preview-slip.tt too
Filename:
MIME Type:
Creator:
David Cook
Created:
2026-02-24 00:31:41 UTC
Size:
964 bytes
patch
obsolete
>From 6c2a6702f84d67cac50d8ed3086a9e58afb93816 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Tue, 24 Feb 2026 00:31:13 +0000 >Subject: [PATCH] Bug 41846: Fix routing-preview-slip.tt too > >--- > .../prog/en/modules/serials/routing-preview-slip.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >index 3f95a1ba75b..507ded7e4ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >@@ -57,7 +57,7 @@ > </div> > [% END %] > >- <p id="routingnote">[% routingnotes | html %]</p> >+ <p id="routingnote">[% routingnotes | html | html_line_break %]</p> > </div> > > <nav class="navbar navbar-default fixed-bottom"> >-- >2.39.5
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 41846
:
193148
|
193371
|
193668
|
193679
|
193680