Index: trunk/extensions/MobileFrontend/templates/SearchTemplate.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $randomPageUrl = $this->data['randomPageUrl']; |
15 | 15 | $homeButton = $this->data['messages']['mobile-frontend-home-button']; |
16 | 16 | $randomButton = $this->data['messages']['mobile-frontend-random-button']; |
17 | | - $clearText = $this->data['messages']['mobile-frontend-clear-search']; |
| 17 | + $clearText = htmlentities( $this->data['messages']['mobile-frontend-clear-search'], ENT_QUOTES ); |
18 | 18 | |
19 | 19 | $scriptUrl = wfScript(); |
20 | 20 | $searchBoxDisplayNone = ( $this->data['hideSearchBox'] ) ? ' style="display: none;" ' : ''; |