Index: branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilLayout.js |
— | — | @@ -430,7 +430,7 @@ |
431 | 431 | $j( smilElement).find('param').each(function( inx, paramNode ){ |
432 | 432 | paramText +='|' + $j( paramNode ).attr('name') + |
433 | 433 | '= ' + |
434 | | - unescape( $j( paramNode ).attr('value') ) + |
| 434 | + $j( paramNode ).attr('value') + |
435 | 435 | "\n"; |
436 | 436 | }); |
437 | 437 | // Close up the template call |
— | — | @@ -992,4 +992,4 @@ |
993 | 993 | // Translate rootLayout properties into div |
994 | 994 | return cssAttributes; |
995 | 995 | } |
996 | | -} |
\ No newline at end of file |
| 996 | +} |