in default drigg_theme,
file node-drigg.tpl.php
line 66
should read
<?php print t('Category')?> : <?php print $section_link; ?> <?php print t('Tags')?> : <?php print $terms; ?>
instead of
Category: <?php print $section_link; ?> Tags: <?php print $terms; ?>