diff --git a/lib/util/PoweredByUtil.js b/lib/util/PoweredByUtil.js
index e443889f..4678e104 100644
--- a/lib/util/PoweredByUtil.js
+++ b/lib/util/PoweredByUtil.js
@@ -14,7 +14,7 @@ var domDelegate = require('min-dom/lib/delegate');
// inlined ../../resources/logo.svg
var BPMNIO_LOGO_SVG = '';
-var BPMNIO_LOGO_URL = 'data:image/svg+xml;utf8,' + encodeURIComponent(BPMNIO_LOGO_SVG);
+var BPMNIO_LOGO_URL = 'data:image/svg+xml,' + encodeURIComponent(BPMNIO_LOGO_SVG);
var BPMNIO_IMG = '';