diff options
| author | modela bitweaver <bitweaver@modela> | 2014-09-05 13:45:12 -0400 |
|---|---|---|
| committer | modela bitweaver <bitweaver@modela> | 2014-09-05 13:45:12 -0400 |
| commit | a1b48b07b755b56bd253a7dca546680a5db9b0f2 (patch) | |
| tree | 96345b701468b387a8f7db63f9183b0d51392aba | |
| parent | ff7938ac94d7ff79226b370314b36565f3251f4a (diff) | |
| download | boards-a1b48b07b755b56bd253a7dca546680a5db9b0f2.tar.gz boards-a1b48b07b755b56bd253a7dca546680a5db9b0f2.tar.bz2 boards-a1b48b07b755b56bd253a7dca546680a5db9b0f2.zip | |
add list-unstyled
| -rw-r--r-- | modules/mod_recent_posts.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl index ae68fba..8981422 100644 --- a/modules/mod_recent_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,7 +1,7 @@ {strip} {if $gBitSystem->isPackageActive('boards') && $modLastBoardPosts} {bitmodule title=$moduleTitle name="last_board_posts"} - <ul class="boards"> + <ul class="list-unstyled"> {section name=ix loop=$modLastBoardPosts} <li class="{cycle values="odd,even"}"> <a title="{tr}Author:{/tr} {displayname nolink=1 hash=$modLastBoardPosts[ix]}" href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"|escape:html}</a> |
