diff options
Diffstat (limited to 'view/tpl/chatrooms.tpl')
-rw-r--r-- | view/tpl/chatrooms.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index c7333efcf..e3d0eb5b5 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -12,7 +12,7 @@ <div class="section-content-wrapper-np"> <table id="chatrooms-index"> <tr> - <th width="98%">name</th> + <th width="98%">{{$name}}</th> <th width="1%" class="chatrooms-index-tool"></th> <th width="1%"></th> </tr> |