fixed missing closing a tag
This commit is contained in:
parent
038d4bfe8d
commit
ec6c921996
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if($tags) {
|
||||||
echo ' <span class="num">' . $tab['count'] . '</span>';
|
echo ' <span class="num">' . $tab['count'] . '</span>';
|
||||||
}
|
}
|
||||||
echo '</span>';
|
echo '</span>';
|
||||||
|
echo '</a>';
|
||||||
echo '</li>';
|
echo '</li>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue