xoops_trust_path/modules/thread/templatesmain_listtopics.html

モジュールd3forum

 状態:  閲覧数:1,917  投稿日:2010-03-01  更新日:
▽xoops_trust_path/modules/thread/templates/main_listtopics.html

th タグに、改行禁止nowrapタグを追記

<!-- start forum main table -->
<table class="outer d3f_table">
<thead>
<tr class="head">
<th colspan="2" abbr="<{$smarty.const._MD_D3FORUM_TOPIC}>"><{$topic_hits|string_format:$smarty.const._MD_D3FORUM_FMT_TOPICHITS}></th>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_REPLIES}>"><{$smarty.const._MD_D3FORUM_REPLIES}></th>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_VIEWS}>"><{$smarty.const._MD_D3FORUM_VIEWS}></th>
<{if $mod_config.use_vote}>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_VOTECOUNT}>"><{$smarty.const._MD_D3FORUM_VOTECOUNT}></th>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}>"><{$smarty.const._MD_D3FORUM_VOTEPOINTAVG}></th>
<{/if}>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_FIRSTPOST}>"><{$smarty.const._MD_D3FORUM_FIRSTPOST}></th>
<th nowrap abbr="<{$smarty.const._MD_D3FORUM_LASTPOST}>"><{$smarty.const._MD_D3FORUM_LASTPOST}></th>
</tr>
</thead>


表示修正

d3forumの表示部分を触っていたら、変なスペースができるようになってしまった。