diff --git a/application/controllers/RegisterController.php b/application/controllers/RegisterController.php index 54f4211f04e..a697776d48e 100644 --- a/application/controllers/RegisterController.php +++ b/application/controllers/RegisterController.php @@ -225,7 +225,7 @@ function actionIndex($surveyid = null) $html="
" . "

".$clang->gT("Thank you for registering to participate in this survey.")."

\n" . "

".$clang->gT("An email has been sent to the address you provided with access details for this survey. Please follow the link in that email to proceed.")."

\n" - . "

".$clang->gT("Survey administrator")." {ADMINNAME} ({ADMINEMAIL})

"; + . "

".$clang->gT("Survey administrator")." {ADMINNAME} ({ADMINEMAIL})

" . "
\n"; $html=ReplaceFields($html, $fieldsarray); }