aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chatroomlist.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/chatroomlist.tpl')
-rw-r--r--view/tpl/chatroomlist.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/chatroomlist.tpl b/view/tpl/chatroomlist.tpl
index c26ba0c33..71fec8200 100644
--- a/view/tpl/chatroomlist.tpl
+++ b/view/tpl/chatroomlist.tpl
@@ -1,7 +1,7 @@
<div class="widget">
<h3>{{$header}}</h3>
{{if $items}}
-<table>
+<table class="chatroomlist">
{{foreach $items as $item}}
<tr><td align="left"><a href="{{$baseurl}}/chat/{{$nickname}}/{{$item.cr_id}}">{{$item.cr_name}}</a></td><td align="right">{{$item.cr_inroom}}</td></tr>
{{/foreach}}