User "Catrope" changed the status of MediaWiki.r99351. Old Status: new New Status: fixme
User "Catrope" also posted a comment on MediaWiki.r99351. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99351#c24322 Commit summary: svn add DashboardForms.php Comment: <pre> + $header = Html::element( 'h3', null, + wfMessage( 'moodbar-hide-header' )->parse() ); [...] + $header = Html::element( 'h3', null, + wfMessage( 'moodbar-restore-header' )->parse() ); </pre> That'll double-escape things, use rawElement. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
