mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 23:39:06 +00:00
fixed row formatting of the responses
This commit is contained in:
parent
8dc95d2604
commit
4ab2c46091
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ class Ticket_Content{
|
|||
|
||||
|
||||
public function getTContentId(){
|
||||
return nl2br($this->tContentId);
|
||||
return $this->tContentId;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
{foreach from=$ticket_replies item=reply}
|
||||
<tr>
|
||||
<td>
|
||||
<p><span class="label label-info">[ID{$reply.tReplyId}] {$reply.timestamp}</span></p>
|
||||
<p><strong>{$username}</strong>{$reply.replyContent}</p>
|
||||
<p><span class="label label-info">[ID{$reply.tReplyId}] {$reply.timestamp}</span> <span class="label label-warning"><strong>{$username}</span></strong></p>
|
||||
<p><pre>{$reply.replyContent}</pre></p>
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
|
|
Loading…
Reference in a new issue