Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -745,7 +745,7 @@ |
746 | 746 | $newsItems = $this->mainPage->getElementById( 'mp-itn' ); |
747 | 747 | |
748 | 748 | $xpath = new DOMXpath( $this->mainPage ); |
749 | | - $elements = $xpath->query( '//*[starts-with(@id, "mp-")]' ); |
| 749 | + $elements = $xpath->query( '//*[starts-with(@id, "mf-")]' ); |
750 | 750 | |
751 | 751 | $commonAttributes = array('mp-tfa', 'mp-itn'); |
752 | 752 | |