remove unused variable
This commit is contained in:
parent
382cd512b9
commit
52b234a6f5
|
@ -27,7 +27,7 @@ class WikiFormat{
|
||||||
// First check if we are starting a new table
|
// First check if we are starting a new table
|
||||||
$indent_level = strlen( $matches[1] );
|
$indent_level = strlen( $matches[1] );
|
||||||
|
|
||||||
$lines[$key] = str_repeat( '<dl><dd>' , $indent_level ) . "<table{$attributes}>";
|
$lines[$key] = str_repeat( '<dl><dd>' , $indent_level ) . "<table>";
|
||||||
array_push ( $td_history , false );
|
array_push ( $td_history , false );
|
||||||
array_push ( $last_tag_history , '' );
|
array_push ( $last_tag_history , '' );
|
||||||
array_push ( $tr_history , false );
|
array_push ( $tr_history , false );
|
||||||
|
|
Loading…
Reference in New Issue