summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-08-04 21:30:04 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-08-04 21:30:04 +0000
commite28763f8323fb19e55e8d30c2c02fe4bc28b0d8a (patch)
tree9fb0deb09f4d5929ad6d720b36ef6adbcb6f5a8a /modules
parentb236f57b37c61bfbf328a5951eda7c3945365ce1 (diff)
downloadboards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.tar.gz
boards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.tar.bz2
boards-e28763f8323fb19e55e8d30c2c02fe4bc28b0d8a.zip
fixed bug committed before
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_recent_posts.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl
index b319454..084d3be 100644
--- a/modules/mod_recent_posts.tpl
+++ b/modules/mod_recent_posts.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.7 2008/08/04 21:21:56 laetzer Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.8 2008/08/04 21:30:04 laetzer Exp $ *}
{strip}
{if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts}
{bitmodule title="$moduleTitle" name="last_board_posts"}
@@ -7,7 +7,7 @@
<li class="{cycle values="odd,even"}">
<a title="{tr}Author:{/tr} {displayname hash=$modLastBoardPosts[ix]}" href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a>
<div class="date">
- {tr}by {displayname hash=$modLastBoardPosts[ix]}{/tr} {$modLastBoardPosts[ix].created|bit_short_date}
+ {displayname hash=$modLastBoardPosts[ix]}, {$modLastBoardPosts[ix].created|bit_short_date}
</div>
</li>
{/section}