From e0eada69504fa3f1e7dfb215647cf181e54ff05a Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 18 Feb 2006 21:00:09 +0000 Subject: [PATCH] Fix a minor HTML error [Bug #931] git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5561 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 251abba4de..2aa314901b 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -667,7 +667,7 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '', if ( $err_line != '' && $err_file != '' ) { - $debug_text .= '

Line : ' . $err_line . '
File : ' . basename($err_file); + $debug_text .= '

Line : ' . $err_line . '
File : ' . basename($err_file); } }