From 00be82708209e3ed2004f4231b4d7aa43d22e2ad Mon Sep 17 00:00:00 2001 From: Michel Verbraak Date: Tue, 8 Apr 2014 12:15:40 +0200 Subject: [PATCH] Fixes problem where diacritics were not shown alright in readonly items. Signed-off-by: Michel Verbraak --- interfaces/global/mivFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/global/mivFunctions.js b/interfaces/global/mivFunctions.js index eb80ad2c..df170b95 100644 --- a/interfaces/global/mivFunctions.js +++ b/interfaces/global/mivFunctions.js @@ -882,7 +882,7 @@ mivFunctions.prototype = { else { html = ""; } - return ""+html+""; + return ''+html+''; },