From 6543a33b4b36a6f56d3c1ebe8d099aa590da2f1c Mon Sep 17 00:00:00 2001 From: wlx Date: Sun, 23 Oct 2011 09:15:50 +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 );