From 7a31cf0981106c9e8b48e6679b4e62da36f2fb73 Mon Sep 17 00:00:00 2001 From: KIKUCHI Koichiro Date: Fri, 16 Jan 2015 18:40:24 +0900 Subject: [PATCH] Fixed typo --- pandora_console/include/functions_treeview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php index 03c36ccfa8..8bef86ed09 100755 --- a/pandora_console/include/functions_treeview.php +++ b/pandora_console/include/functions_treeview.php @@ -530,7 +530,7 @@ function treeview_printTree($type) { $tree_img_id = "tree_image_" . $type . "_" . $item['_id_']; if ($first) { if ($item != end($list)) { - $img = html_print_image ("operation/tree/first_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => $tree_image_id, "pos_tree" => "0")); + $img = html_print_image ("operation/tree/first_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => $tree_img_id, "pos_tree" => "0")); $first = false; } else {