diff -r 604213a07ce0 -r b19a9bcb6a45 includes/wikiengine/Tables.php
--- a/includes/wikiengine/Tables.php Tue Aug 04 15:02:00 2009 -0400
+++ b/includes/wikiengine/Tables.php Tue Aug 04 15:02:54 2009 -0400
@@ -67,7 +67,7 @@
$attributes = unstripForHTML( $matches[2] );
$t[$k] = str_repeat( '
- ', $indent_level ) .
- '<_paragraph_bypass>
' ;
+ '' ;
array_push ( $td , false ) ;
array_push ( $ltd , '' ) ;
array_push ( $tr , false ) ;
@@ -76,7 +76,7 @@
}
else if ( count ( $td ) == 0 ) { } # Don't do any of the following
else if ( '|}' == substr ( $x , 0 , 2 ) ) {
- $z = "
" . substr ( $x , 2);
+ $z = "
" . substr ( $x , 2);
$l = array_pop ( $ltd ) ;
if ( !array_pop ( $has_opened_tr ) ) $z = " |
" . $z ;
if ( array_pop ( $tr ) ) $z = '' . $z ;