[xdebug-dev] xdebug xdebug/xdebug.c #- This is already fixed in Xdebug 2.0-dev

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Fri, 6 Aug 2004 08:59:03 +0200

Date: Fri Aug 6 08:59:03 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed bug #86: xdebug produces output that is not xhtml 1.1 valid
#- This is already fixed in Xdebug 2.0-dev

Modified files:
           xdebug/xdebug.c (version: 1.157.2.12)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.157.2.11
retrieving revision 1.157.2.12
diff -u -r1.157.2.11 -r1.157.2.12
--- xdebug/xdebug.c:1.157.2.11 Fri Aug 06 04:52:31 2004 GMT
+++ xdebug/xdebug.c Fri Aug 06 04:59:03 2004 GMT
@@ -883,7 +883,7 @@
         }
 
         error_format = html ?
- "<tr><td bgcolor='#ffbbbb' colspan=\"3\"><b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n"
+ "<tr><td bgcolor='#ffbbbb' colspan=\"3\"><b>%s</b>: %s in <b>%s</b> on line <b>%d</b></td></tr>\n"
                 : "\n%s: %s in %s on line %d\n";
         if (!log_only) {
                 php_printf(error_format, error_type_str, buffer, error_filename, error_lineno);
Received on Fri Aug 06 2004 - 08:59:06 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST