From 52b234a6f5ddf7d0b98700c1bec3172d4daf9cc5 Mon Sep 17 00:00:00 2001 From: wlx Date: Sun, 23 Oct 2011 09:26:42 +0000 Subject: [PATCH] remove unused variable --- application/models/WikiFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );