diff options
Diffstat (limited to 'view/tpl/chatroom_new.tpl')
-rw-r--r-- | view/tpl/chatroom_new.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index 1317b672b..c64f21c97 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$header}}</h1> <form action="chat" method="post" > @@ -10,5 +11,4 @@ <br /> <input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" /> </form> - - +</div> |