Changeset 9
- Timestamp:
- 06/16/06 17:49:20 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/snippets/modules/comment/templates/_comment.php
r2 r9 9 9 <dd> 10 10 <div class="snippet"> 11 <?php echo simple_format_text($comment->getHtmlBody()) ?>11 <?php echo $comment->getHtmlBody() ?> 12 12 </div> 13 13 </dd>
