diff options
Diffstat (limited to 'view/tpl/chatrooms.tpl')
-rw-r--r-- | view/tpl/chatrooms.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl index 836923231..570aef1c7 100644 --- a/view/tpl/chatrooms.tpl +++ b/view/tpl/chatrooms.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$header}}</h2> {{if $is_owner}} @@ -8,3 +9,4 @@ {{$rooms}} +</div> |