diff --git a/includes/ConnectDB_mysql.inc b/includes/ConnectDB_mysql.inc
index d75512a33..d13d87ae4 100644
--- a/includes/ConnectDB_mysql.inc
+++ b/includes/ConnectDB_mysql.inc
@@ -28,14 +28,14 @@ if(!$db) {
if(isset($DatabaseName)) {
if(! mysql_select_db($_SESSION['DatabaseName'],$db)) {
echo '
' . _('The company name entered does not correspond to a database on the database server specified in the config.php configuration file. Try logging in with a different company name');
- echo '
' . _('Back to login page') . '';
+ echo '
' . _('Back to login page') . '';
unset($_SESSION['DatabaseName']);
exit;
}
} else {
if(! mysql_select_db($_SESSION['DatabaseName'],$db)) {
echo '
' . _('The company name entered does not correspond to a database on the database server specified in the config.php configuration file. Try logging in with a different company name');
- echo '
' . _('Back to login page') . '';
+ echo '
' . _('Back to login page') . '';
unset($_SESSION['DatabaseName']);
exit;
}