From 722fc4d554b95c0e4c1ff4af4a2e823492743068 Mon Sep 17 00:00:00 2001 From: Bogdan Stancescu Date: Sat, 16 Aug 2003 22:53:30 +0000 Subject: [PATCH] Added label tags for wcMinoredit and wcWatchthispage checkbox labels --- includes/EditPage.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 367e068faf..f52905335f 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -252,8 +252,10 @@ class EditPage { if ( 0 != $wgUser->getID() ) { $checkboxhtml= - "{$minor}". - "{$watchthis}
"; + "". + "". + "". + "
"; } else { $checkboxhtml=""; -- 2.20.1