[Koha-bugs] [Bug 35392] HTML in translatable string

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 27 17:31:06 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392

--- Comment #10 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Not tested, but maybe this is better:

"Job for report type %s has been queued, %sclick here%s to check its
progress".format('<strong>%s</strong>'.format(job.report_type), '<a
href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=%s"
target="_blank">'.format(job.job_id), '</a>')

What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list