Consistent casing for addHTML()
[lhc/web/wiklou.git] / includes / specials / SpecialContributions.php
index 575210b..4755e33 100644 (file)
@@ -130,9 +130,9 @@ class SpecialContributions extends SpecialPage {
 
                        $text = wfMsgNoTrans( $message, $target );
                        if( !wfEmptyMsg( $message, $text ) && $text != '-' ) {
-                               $wgOut->addHtml( '<div class="mw-contributions-footer">' );
+                               $wgOut->addHTML( '<div class="mw-contributions-footer">' );
                                $wgOut->addWikiText( $text );
-                               $wgOut->addHtml( '</div>' );
+                               $wgOut->addHTML( '</div>' );
                        }
                }
        }