Bugzilla – Attachment 194903 Details for
Bug 41988
OPAC: News RSS links with HTML not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41988: (follow-up) Fix opac-news-rss page title
Bug-41988-follow-up-Fix-opac-news-rss-page-title.patch (text/plain), 1.33 KB, created by
Hammat wele
on 2026-03-06 19:25:05 UTC
(
hide
)
Description:
Bug 41988: (follow-up) Fix opac-news-rss page title
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2026-03-06 19:25:05 UTC
Size:
1.33 KB
patch
obsolete
>From 54f599a9569bf1b4587bbe641ea493ea3c41e8a1 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Fri, 6 Mar 2026 19:23:21 +0000 >Subject: [PATCH] Bug 41988: (follow-up) Fix opac-news-rss page title > >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt >index 4026c36278a..88b2b436376 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-news-rss.tt >@@ -6,14 +6,12 @@ > <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> > <channel> > <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl" rel="self" type="application/rss+xml" /> >- <title >- ><![CDATA[ >+ <title> > [% IF ( LibraryNameTitle ) %] > [% tx("News from {library} catalog", { library = LibraryNameTitle }) | html %] > [% ELSE %] > [% t("News from the library") | html %] > [% END %] >- ]]> > </title> > <!-- prettier-ignore-start --> > <link>[% OPACBaseURL | url %]/cgi-bin/koha/opac-main.pl</link> >-- >2.34.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 41988
:
194421
|
194453
|
194463
|
194903
|
194905