Reapplying r45820 to support the NewSignupPage extension.
authorJack Phoenix <jack@countervandalism.net>
Sun, 9 Mar 2014 20:49:20 +0000 (22:49 +0200)
committerJack Phoenix <jack@countervandalism.net>
Sun, 9 Mar 2014 20:49:20 +0000 (22:49 +0200)
Sometimes you really need to have a link (or two) in a checkbox message.

Change-Id: Ib75133cb1dfaa796c3acff6f4aa57eb25a806a0f

includes/templates/Usercreate.php

index 0cb83d5..1f91fee 100644 (file)
@@ -212,7 +212,7 @@ class UsercreateTemplate extends BaseTemplate {
                                                                                echo 'checked="checked"';
                                                                        } ?>
                                                                >
-                                                               <?php $this->msg( $inputItem['msg'] ); ?>
+                                                               <?php $this->msgHtml( $inputItem['msg'] ); ?>
                                                        </label>
                                                <?php
                                                } else {