Skip to content

Commit

Permalink
0004163: [other] Unreadable error messages in some languages (vboctor)
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2785 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 1, 2004
1 parent acb6917 commit 5876011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/error_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: error_api.php,v 1.30 2004-04-08 20:52:50 prescience Exp $
# $Id: error_api.php,v 1.31 2004-08-01 12:51:38 vboctor Exp $
# --------------------------------------------------------

### Error API ###
Expand Down Expand Up @@ -84,7 +84,7 @@ function error_handler( $p_type, $p_error, $p_file, $p_line, $p_context ) {
$t_error_description = $p_error;
}

$t_error_description = nl2br( htmlentities( $t_error_description ) );
$t_error_description = nl2br( $t_error_description );

if ( 'halt' == $t_method ) {
$t_old_contents = ob_get_contents();
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -30,6 +30,7 @@ Mantis ChangeLog
- 0004078: [upgrade] Script to import the value of a custom field to a native field (thraxisp)
- 0003877: [email] Upgrade to PHPMailer 1.72 (vboctor)
- 0002220: [installation] usage of consistent naming schema for images (vboctor)
- 0004163: [other] Unreadable error messages in some languages (vboctor)
- New Config: main_menu_custom_options (default empty) - Allow addition of custom menu options to main menu (vboctor)
- New Config: show_realname (default OFF) - show realname in all places instead of username (thraxisp)
- Updated German, French, Brazilian Portuguese, japanese_euc, japanese_sjis, and japanese_utf8 language.
Expand Down

0 comments on commit 5876011

Please sign in to comment.