diff --git a/includes/ConnectDB_postgres.inc b/includes/ConnectDB_postgres.inc index 305a44b32..d4fca786c 100644 --- a/includes/ConnectDB_postgres.inc +++ b/includes/ConnectDB_postgres.inc @@ -23,10 +23,10 @@ $db = pg_connect( $PgConnStr ); if( !$db ) { if($debug==1) { - echo '
' . $PgConnStr . '
'; + echo '
' . $PgConnStr . '
'; } - echo '
' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '

' . _(' Try logging in with an alternative company name.'); - echo '
' . _('Back to login page') . ''; + echo '
' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '

' . _(' Try logging in with an alternative company name.'); + echo '
' . _('Back to login page') . ''; unset($_SESSION['DatabaseName']); exit; }