Index: trunk/extensions/MetavidWiki/includes/specials/MV_SpecialMediaSearch.php |
— | — | @@ -363,7 +363,7 @@ |
364 | 364 | |
365 | 365 | // make miro link: |
366 | 366 | $o .= '<li class="subscribe"><a href="http://subscribe.getMiro.com/?url1=' . |
367 | | - 'http%3A%2F%2F' . $_SERVER['HTTP_HOST'] . htmlspecialchars( $sTitle->escapeLocalURL( $this->get_httpd_filters_query() ) ) . '" ' . |
| 367 | + 'http%3A%2F%2F' . $_SERVER['HTTP_HOST'] . urlencode( $sTitle->escapeLocalURL( $this->get_httpd_filters_query() ) ) . '" ' . |
368 | 368 | 'title="Subscribe with Miro"><img src="' . $wgStylePath . '/mvpcf/images/button_subscribe.png" alt="Miro Video Player" border="0" /></a></li>'; |
369 | 369 | |
370 | 370 | // make rss link: |