fixing email template issue
diff --git a/app/controllers/AccountController.php b/app/controllers/AccountController.php
index d41bc2f..6a50124 100644
--- a/app/controllers/AccountController.php
+++ b/app/controllers/AccountController.php
@@ -409,7 +409,7 @@
             $username = $username . "@" . $wsisConfig['tenant-domain'];
 
         $str = "Gateway Portal: " . $_SERVER['SERVER_NAME'] ."<br/>";
-        $str = $str . "Username: " . $username ."<ber/>";
+        $str = $str . "Username: " . $username ."<br/>";
         $str = $str . "Name: " . $userProfile["firstname"] . " " . $userProfile["lastname"] . "<br/>";
         $str = $str . "Email: " . $userProfile["email"];