fixed missing closing a tag

This commit is contained in:
Andreas Gohr 2017-02-15 16:25:26 +01:00
commit ec6c921996

View file

@ -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>';
} }
?> ?>