diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/room.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/room.phtml b/template/room.phtml index 1060652..680c6bc 100644 --- a/template/room.phtml +++ b/template/room.phtml @@ -1,4 +1,4 @@ -<div class="container-fluid rooms"> +<div class="container-fluid room <?=h($type)?> <?=h($format)?> <?=h($language)?>"> <h1><?=h($title)?></h1> <ul class="nav nav-tabs nav-justified"> |