From 7b92aaa115533b7349cd1deb497f8ea479140987 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 Jan 2020 18:45:50 +0100 Subject: [PATCH] Fix templateResult into templateSelection --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 305a34d5036..d5a2fa1aae7 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6552,7 +6552,7 @@ class Form templateResult: formatResult, /* For 4.0 */ // Specify format function for selected item formatSelection: formatSelection, - templateResult: formatSelection /* For 4.0 */ + templateSelection: formatSelection /* For 4.0 */ }); });'."\n"; }