mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
#999 - Missing closing td tag in chatbox template
This commit is contained in:
@@ -10,7 +10,7 @@ if(!$CHAT_TABLE_START){
|
||||
if(!$CHAT_TABLE)
|
||||
{
|
||||
//TODO review bullet
|
||||
$CHAT_TABLE = "<tr><td
|
||||
$CHAT_TABLE = "<tr><td>
|
||||
<div class='spacer'>
|
||||
<div class='{CHAT_TABLE_FLAG}'>
|
||||
<b>{CHAT_TABLE_NICK}</b> ".CHATBOX_L22." {CHAT_TABLE_DATESTAMP}
|
||||
|
Reference in New Issue
Block a user