Skip to content

Commit

Permalink
Fixes problem where diacritics were not shown alright in readonly items.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Verbraak <[email protected]>
  • Loading branch information
1stsetup committed Apr 8, 2014
1 parent fdf099d commit 00be827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/global/mivFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ mivFunctions.prototype = {
else {
html = "";
}
return "<HTML><BODY>"+html+"</BODY></HTML>";
return '<HTML><HEAD><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY>'+html+'</BODY></HTML>';
},


Expand Down

0 comments on commit 00be827

Please sign in to comment.