Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / includes / widget / search / FullSearchResultWidget.php
index 5e45c63..af1e027 100644 (file)
@@ -163,7 +163,7 @@ class FullSearchResultWidget implements SearchResultWidget {
                        : $this->linkRenderer->makeLink( $title, $text ? new HtmlArmor( $text ) : null );
 
                return "<span class='searchalttitle'>" .
-                               $this->specialPage->msg( $msgKey )->rawParams( $inner )->text()
+                               $this->specialPage->msg( $msgKey )->rawParams( $inner )->parse()
                        . "</span>";
        }