diff --git a/modules/member/tpl/insert_join_form.html b/modules/member/tpl/insert_join_form.html index a7e3c51e0..700d0cc6c 100644 --- a/modules/member/tpl/insert_join_form.html +++ b/modules/member/tpl/insert_join_form.html @@ -29,7 +29,7 @@
- +

{$lang->about_multi_type}

diff --git a/modules/member/tpl/js/signup_config.js b/modules/member/tpl/js/signup_config.js index eb0c6b17b..7a5d2ffef 100644 --- a/modules/member/tpl/js/signup_config.js +++ b/modules/member/tpl/js/signup_config.js @@ -101,7 +101,7 @@ jQuery(function($){ 'getMemberAdminInsertJoinForm', {member_join_form_srl:memberFormSrl}, function(ret){ - var tpl = ret.tpl.replace(//g, '\n'); + var tpl = ret.tpl.replace(/\|@\|/g, '\n'); $('#extendForm').html(tpl); if (checked)$('#extendForm #radio_'+checked).attr('checked', 'checked');