remove unused variable
This commit is contained in:
parent
9b439462aa
commit
6543a33b4b
|
@ -27,7 +27,7 @@ class WikiFormat{
|
|||
// First check if we are starting a new table
|
||||
$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 ( $last_tag_history , '' );
|
||||
array_push ( $tr_history , false );
|
||||
|
|
Loading…
Reference in New Issue