Index: xdebug.c =================================================================== RCS file: /repository/xdebug/xdebug.c,v retrieving revision 1.321 diff -u -r1.321 xdebug.c --- xdebug.c 2 Aug 2006 12:06:55 -0000 1.321 +++ xdebug.c 6 Aug 2006 14:23:56 -0000 @@ -1528,11 +1528,11 @@ int len, dummy; if (html && !log_only) { - php_printf("
\n\n"); + php_printf("
\n
\n"); } error_format = html ? - "\n" + "\n" : "\n%s: %s in %s on line %d\n"; if (!log_only) { if (html) { @@ -1548,8 +1548,8 @@ i = XDEBUG_LLIST_VALP(XDEBUG_LLIST_HEAD(XG(stack))); if (!log_only) { if (html) { - php_printf("\n"); - php_printf("\n"); + php_printf("\n"); + php_printf("\n"); } else { php_printf("\nCall Stack:\n"); } @@ -1570,7 +1570,7 @@ tmp_name = show_fname(i->function, html, 0 TSRMLS_CC); if (!log_only) { if (html) { - php_printf("\n", i->filename, i->lineno); + php_printf(")\n", i->filename, i->lineno); } else { php_printf(") %s:%d\n", i->filename, i->lineno); } @@ -1664,7 +1664,7 @@ } if (html && !log_only) { - php_printf("
%s: %s in %s on line %d
%s: %s in %s on line %d
Call Stack
#FunctionLocation
Call Stack
#FunctionLocation
%d%s(", i->level, tmp_name); + php_printf("
%d%s(", i->level, tmp_name); } else { php_printf("%10.4f ", i->time - XG(start_time)); #if HAVE_PHP_MEMORY_USAGE @@ -1627,7 +1627,7 @@ } if (html) { - php_printf(")%s:%d
%s:%d
\n"); + php_printf("\n"); } } }