[Koha-bugs] [Bug 29853] Text needs HTML filter before KohaSpan filter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 12 06:55:35 CET 2022


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

--- Comment #3 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Maybe we should have a coding guide line for this.

Is see it is quite different for SMTP servers :
$("#delete_confirm_dialog").html(
    _("You are about to delete the '%s' SMTP server.").format(smtp_server_name)
);

https://git.koha-community.org/Koha-community/Koha/src/commit/a6ef152db9e71805efe8e7dd6b2f8549da0f65b4/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt#L392

Looks better for translation.

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


More information about the Koha-bugs mailing list