remove unused variable

This commit is contained in:
wlx 2011-10-23 09:26:42 +00:00
parent 382cd512b9
commit 52b234a6f5
1 changed files with 1 additions and 1 deletions

View File

@ -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 );