diff --git a/view/tpl/chatrooms.tpl b/view/tpl/chatrooms.tpl
index e935c6878..6be3fbdbf 100644
--- a/view/tpl/chatrooms.tpl
+++ b/view/tpl/chatrooms.tpl
@@ -21,13 +21,13 @@
{{$room.cr_name}} |
{{$room.cr_expire}} min |
-
+ |
{{if $room.allow_cid || $room.allow_gid || $room.deny_cid || $room.deny_gid}}
{{/if}}
|
- {{$room.cr_inroom}} |
+ {{$room.cr_inroom}} |
{{/foreach}}
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl
index d2797aefb..4c0bd5a1b 100755
--- a/view/tpl/photo_albums.tpl
+++ b/view/tpl/photo_albums.tpl
@@ -5,7 +5,7 @@
{{if $albums}}
{{foreach $albums as $al}}
{{if $al.text}}
- {{$al.total}}{{$al.text}}
+ {{$al.total}}{{$al.text}}
{{/if}}
{{/foreach}}
{{/if}}