diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-08-31 21:09:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-08-31 21:09:00 +0000 |
| commit | eb421b25a4362ab0738906fd703760279a3a61eb (patch) | |
| tree | 9aabb3c77233b7f5ba00687e136817ea0de5facc /templates/topic.tpl | |
| parent | aeb9587c26d4a3142031cc29a9125a201a6793cf (diff) | |
| download | boards-eb421b25a4362ab0738906fd703760279a3a61eb.tar.gz boards-eb421b25a4362ab0738906fd703760279a3a61eb.tar.bz2 boards-eb421b25a4362ab0738906fd703760279a3a61eb.zip | |
don't use h2. it's too large for such a listing
Diffstat (limited to 'templates/topic.tpl')
| -rw-r--r-- | templates/topic.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/topic.tpl b/templates/topic.tpl index 1753281..be7f6aa 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.12 2006/08/31 16:45:26 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.13 2006/08/31 21:09:00 squareing Exp $ *} {strip} <div class="listing bitboard"> <div class="floaticon"> @@ -70,7 +70,7 @@ </td> <td> - <h2><a href="{$thread.url}" title="{$thread.title|escape}">{$thread.title|escape}</a></h2> + <a href="{$thread.url}" title="{$thread.title|escape}">{$thread.title|escape}</a> </td> <td style="text-align:center;">{if $thread.post_count-1}{$thread.post_count-1}{/if}</td> |
