Index: branches/MwEmbedStandAlone/modules/Sequencer/mw.SequencerServer.js |
— | — | @@ -378,7 +378,7 @@ |
379 | 379 | if( !this.pagePathUrl ){ |
380 | 380 | return false; |
381 | 381 | } |
382 | | - return this.pagePathUrl.replace( '$1', 'Sequence:' + titleKey); |
| 382 | + return this.pagePathUrl.replace( '$1', 'Sequence:' + encodeURI( titleKey )); |
383 | 383 | }, |
384 | 384 | |
385 | 385 | getAssetViewUrl: function( titleKey ){ |