diff --git a/application/models/WikiFormat.php b/application/models/WikiFormat.php index 6ac284b0..6bb1cdca 100644 --- a/application/models/WikiFormat.php +++ b/application/models/WikiFormat.php @@ -27,7 +27,7 @@ class WikiFormat{ // First check if we are starting a new table $indent_level = strlen( $matches[1] ); - $lines[$key] = str_repeat( '
' , $indent_level ) . ""; + $lines[$key] = str_repeat( '
' , $indent_level ) . ""; array_push ( $td_history , false ); array_push ( $last_tag_history , '' ); array_push ( $tr_history , false );