From 8446f9c3cbf2958103b4192775fd6200bee131a6 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 24 Jan 2015 10:54:41 +0100 Subject: [PATCH] Usercreate: Move label of extraInput to right place With change Ib585e32463765d7eb7d0be5dae54dc828ddd4ca9 the position of the label for extraInput (from TitleBlacklist or AntiSpoof) was misplaced outside of the label. This breaks clicking on the label to check the box. It is also possible to have line break between check box and label, which is unneeded there. Bug: T87385 Follow-Up: Ib585e32463765d7eb7d0be5dae54dc828ddd4ca9 Change-Id: I8384621075c6a73cff7575af0380f90bc75e234d --- includes/templates/Usercreate.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/templates/Usercreate.php b/includes/templates/Usercreate.php index b185cb3829..43bab0e933 100644 --- a/includes/templates/Usercreate.php +++ b/includes/templates/Usercreate.php @@ -217,8 +217,10 @@ class UsercreateTemplate extends BaseTemplate { - > - msgHtml( $inputItem['msg'] ); ?> + > +