From fc9840f05825a66094fc7d94713e0807f8cacb31 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Sun, 9 Mar 2014 22:49:20 +0200 Subject: [PATCH] Reapplying r45820 to support the NewSignupPage extension. Sometimes you really need to have a link (or two) in a checkbox message. Change-Id: Ib75133cb1dfaa796c3acff6f4aa57eb25a806a0f --- includes/templates/Usercreate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/templates/Usercreate.php b/includes/templates/Usercreate.php index 0cb83d555e..1f91fee4b3 100644 --- a/includes/templates/Usercreate.php +++ b/includes/templates/Usercreate.php @@ -212,7 +212,7 @@ class UsercreateTemplate extends BaseTemplate { echo 'checked="checked"'; } ?> > - msg( $inputItem['msg'] ); ?> + msgHtml( $inputItem['msg'] ); ?>