Merge "Remove trailing spaces from IP addr in Special:DeletedContributions"
[lhc/web/wiklou.git] / includes / widget / search / DidYouMeanWidget.php
index 4e5b76b..135b01d 100644 (file)
@@ -49,7 +49,7 @@ class DidYouMeanWidget {
                        'search' => $resultSet->getQueryAfterRewrite(),
                        // Don't magic this link into a 'go' link, it should always
                        // show search results.
-                       'fultext' => 1,
+                       'fulltext' => 1,
                ];
                $stParams = array_merge( $params, $this->specialSearch->powerSearchOptions() );
 
@@ -67,7 +67,7 @@ class DidYouMeanWidget {
                $original = $linkRenderer->makeKnownLink(
                        $this->specialSearch->getPageTitle(),
                        $term,
-                       [ 'id' => 'mwsearch-DYM-original' ],
+                       [ 'id' => 'mw-search-DYM-original' ],
                        $stParams
                );