diff options
Diffstat (limited to 'views/chat.ejs')
-rw-r--r-- | views/chat.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/chat.ejs b/views/chat.ejs index 81697ee..d217857 100644 --- a/views/chat.ejs +++ b/views/chat.ejs @@ -1,4 +1,4 @@ -<%- include('header', { title: "Chat Log" }) %> +<%- include('header', { title: "Chat Log" }) -%> <style> table{width:min(60rem,100%);} td:nth-child(1),td:nth-child(2){white-space:nowrap;width:0} |