mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
[html] - Fix end tag mix-up in forum_viewforum_template 'item' block.
Mixup caused unclosed div element in the generated markup.
This commit is contained in:
parent
38d2c41bc4
commit
1f1062e3af
@ -315,14 +315,12 @@ $FORUM_VIEWFORUM_TEMPLATE['item'] = "<tr>
|
||||
<div><small>".LAN_FORUM_1004.": {POSTER} {THREADTIMELAPSE} </small></div>
|
||||
</div><div class='col-xs-12 col-md-3 text-right'> {PAGESX}</div>
|
||||
</div>
|
||||
<div class='row'>
|
||||
|
||||
</td>
|
||||
</div>
|
||||
<td class='text-center'>{REPLIESX}</td><td class='hidden-xs text-center'>{VIEWSX}</td>
|
||||
<td class='hidden-xs'><small>{LASTPOSTUSER} {LASTPOSTDATE} </small><div class='span2 right pull-right'>{ADMINOPTIONS}</div></td>
|
||||
</tr>\n";
|
||||
|
||||
|
||||
$FORUM_VIEWFORUM_TEMPLATE['item-sticky'] = $FORUM_VIEWFORUM_TEMPLATE['item'] ; // "<tr><td>{THREADNAME}</td></tr>\n";
|
||||
$FORUM_VIEWFORUM_TEMPLATE['item-announce'] = $FORUM_VIEWFORUM_TEMPLATE['item'] ; // "<tr><td>{THREADNAME}</td></tr>\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user