summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/forum/forum-topic-list.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/forum/forum-topic-list.tpl.php b/modules/forum/forum-topic-list.tpl.php
index 6613ad7d5..08d9ec56b 100644
--- a/modules/forum/forum-topic-list.tpl.php
+++ b/modules/forum/forum-topic-list.tpl.php
@@ -52,8 +52,8 @@
<a href="<?php print $topic->new_url; ?>"><?php print $topic->new_text; ?></a>
<?php endif; ?>
</td>
- <td class="created"><?php print $topic->created; ?>
- <td class="last-reply"><?php print $topic->last_reply; ?>
+ <td class="created"><?php print $topic->created; ?></td>
+ <td class="last-reply"><?php print $topic->last_reply; ?></td>
<?php endif; ?>
</tr>
<?php endforeach; ?>