Bugzilla – Attachment 88333 Details for
Bug 22501
OPAC course reserves notes should allow html links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22501: (follow-up) Use raw filter for course note on details page
Bug-22501-follow-up-Use-raw-filter-for-course-note.patch (text/plain), 1.12 KB, created by
Nick Clemens (kidclamp)
on 2019-04-19 00:17:48 UTC
(
hide
)
Description:
Bug 22501: (follow-up) Use raw filter for course note on details page
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-04-19 00:17:48 UTC
Size:
1.12 KB
patch
obsolete
>From 66fe3357af074050c0e09d3c90ae6282637deff0 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 18 Apr 2019 16:35:03 +0000 >Subject: [PATCH] Bug 22501: (follow-up) Use raw filter for course note on > details page > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index c286ed6..17677bd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -43,7 +43,7 @@ > </ul> > </li> > [% END %] >- [% IF ( course.public_note ) %]<li><span class="label">Notes:</span> [% course.public_note | html %]</li>[% END %] >+ [% IF ( course.public_note ) %]<li><span class="label">Notes:</span> [% course.public_note | $raw %]</li>[% END %] > </ol> > </div> > >-- >2.1.4
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 22501
:
87127
|
87329
|
87380
|
87658
|
87735
|
87736
|
87737
| 88333