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+''; },