diff --git a/resources/mmv/logging/mmv.logging.ViewLogger.js b/resources/mmv/logging/mmv.logging.ViewLogger.js index aa24f9f8c..82057378e 100644 --- a/resources/mmv/logging/mmv.logging.ViewLogger.js +++ b/resources/mmv/logging/mmv.logging.ViewLogger.js @@ -148,7 +148,7 @@ VL.attach = function ( url ) { var view = this; - this.url = url; + this.url = encodeURIComponent( url ); this.startViewDuration(); $( this.window )