=== modified file 'sites/default/modules/taxonomy_block/taxonomy_block.module' --- sites/default/modules/taxonomy_block/taxonomy_block.module 2009-11-05 20:17:55 +0000 +++ sites/default/modules/taxonomy_block/taxonomy_block.module 2009-11-05 20:32:28 +0000 @@ -100,7 +100,6 @@ $total_parent = db_result(db_query("SELECT COUNT(nid) FROM {term_node} WHERE tid = %d", $tid_parent)); $output .= " ($total_parent)"; } - $output .= ""; $sql_count_childs = " SELECT count(td.tid) from {term_data} td " ." INNER JOIN {term_hierarchy} th ON th.tid=td.tid " @@ -139,6 +138,7 @@ } $output .= ""; } + $output .= ""; } $output .= "";