Fixed the_tags. Typo was omitting comma separator.

This commit is contained in:
mindfaucet 2009-11-17 11:10:07 -07:00
parent a8665bcb7c
commit f2a9f070cd
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
} ?>
<div class="post-extras">
<div class="tags">
<?php the_tags(__('&#9492; Tags:','comicpress'),'','','<br />'); ?>
<?php the_tags(__('&#9492; Tags:','comicpress'),', ','<br />'); ?>
</div>
<div class="clear"></div>
</div>