summaryrefslogtreecommitdiff
path: root/templates/list_topics.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-14 13:10:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-14 13:10:00 +0000
commitf38b7e6cc541ab7a0541c26b972d43f795e7fdfb (patch)
treed496dc3bd7fe617f1e8387d473cb1a3f2801dc0d /templates/list_topics.tpl
parent8252a66729e051653ab7286f4daeac0cb0561ef5 (diff)
downloadboards-f38b7e6cc541ab7a0541c26b972d43f795e7fdfb.tar.gz
boards-f38b7e6cc541ab7a0541c26b972d43f795e7fdfb.tar.bz2
boards-f38b7e6cc541ab7a0541c26b972d43f795e7fdfb.zip
convert div.header h2 to div.header p where <h2> represents a description such as in wiki pages
Diffstat (limited to 'templates/list_topics.tpl')
-rw-r--r--templates/list_topics.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index cd49578..24b22ab 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.5 2007/01/08 04:58:38 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.6 2007/01/14 13:10:00 squareing Exp $ *}
{strip}
<div class="listing bitboard">
<div class="floaticon">
@@ -15,7 +15,7 @@
<div class="header">
<h1>{$board->mInfo.title|escape|default:"Message Board Topic"}</h1>
{if $boards->mInfo.parsed_data}
- <h2>{$board->mInfo.parsed_data}</h2>
+ <p>{$board->mInfo.parsed_data}</p>
{/if}
Back to <a href="{$cat_url}">{$board->mInfo.content_type.content_description}s</a>
</div>