summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-06-10 10:33:04 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-06-10 10:33:04 -0400
commit461899e871c0b2bbe63aefca7fdf7dd02a2dfa7a (patch)
tree283aa76430c4a7b87b68df134b9562243e4afbb5 /www/js
parentcc5019bd9e8033c2acc14ad56f191741876121a8 (diff)
updates to show unicode
Former-commit-id: ca9ba29e03f335d2d6f72a6261bf11722c4efcb0
Diffstat (limited to 'www/js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 32ebb9b9..1dd383f1 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1280,7 +1280,7 @@ angular.module('zmApp', [
//$translateProvider.determinePreferredLanguage();
//$translateProvider.preferredLanguage("en");
$translateProvider.fallbackLanguage("en");
- $translateProvider.useSanitizeValueStrategy('sanitize');
+ $translateProvider.useSanitizeValueStrategy('escape');
$stateProvider
.state('app', {