Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -651,7 +651,7 @@ |
652 | 652 | array('class' => 'section_heading', |
653 | 653 | 'id' => 'section_' . $headings) ) . |
654 | 654 | $buttons . |
655 | | - Html::element( 'span', |
| 655 | + Html::rawElement( 'span', |
656 | 656 | array( 'id' => $headlineId), |
657 | 657 | $matches[2] ) . |
658 | 658 | Html::closeElement( 'h2' ) . |