in default drigg_theme,
file node-drigg.tpl.php
line 66
should read

       <?php print t('Category')?> : <?php print $section_link; ?> &nbsp;<?php print t('Tags')?> : <?php print $terms; ?>

instead of

        Category: <?php print $section_link; ?> &nbsp; Tags: <?php print $terms; ?>