From 792fa7cdfc20a21cd9a9d535ce05e8b11e78fddf Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 17 Dec 2006 06:36:01 +0000 Subject: [PATCH] Prefix all new classes/ids with "mw-" --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 454b5fd6d7..7b08c0e8d0 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1243,7 +1243,7 @@ END "); - $wgOut->addHtml( '
' ); + $wgOut->addHtml( '
' ); $wgOut->addWikiText( wfMsgForContent( 'edittools' ) ); $wgOut->addHtml( '
' ); -- 2.20.1