Index: branches/MwEmbedStandAlone/modules/Sequencer/mw.SequencerServer.js |
— | — | @@ -386,7 +386,7 @@ |
387 | 387 | if( !this.pagePathUrl ){ |
388 | 388 | return false; |
389 | 389 | } |
390 | | - return this.pagePathUrl.replace( '$1', titleKey ); |
| 390 | + return this.pagePathUrl.replace( '$1', encodeURI( titleKey ) ); |
391 | 391 | }, |
392 | 392 | |
393 | 393 | /** |
— | — | @@ -431,4 +431,4 @@ |
432 | 432 | }; |
433 | 433 | |
434 | 434 | |
435 | | -} )( window.mw ); |
\ No newline at end of file |
| 435 | +} )( window.mw ); |