From: Jack Phoenix Date: Sun, 9 Mar 2014 20:49:20 +0000 (+0200) Subject: Reapplying r45820 to support the NewSignupPage extension. X-Git-Tag: 1.31.0-rc.0~16606^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=fc9840f05825a66094fc7d94713e0807f8cacb31;p=lhc%2Fweb%2Fwiklou.git Reapplying r45820 to support the NewSignupPage extension. Sometimes you really need to have a link (or two) in a checkbox message. Change-Id: Ib75133cb1dfaa796c3acff6f4aa57eb25a806a0f --- 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'] ); ?>