diff options
Diffstat (limited to 'views/forum_post.ejs')
-rw-r--r-- | views/forum_post.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/forum_post.ejs b/views/forum_post.ejs index aa24455..98d667c 100644 --- a/views/forum_post.ejs +++ b/views/forum_post.ejs @@ -1,4 +1,4 @@ -<%- include('header', { title: "New Thread" }) %> +<%- include('header', { title: "New Thread" }) -%> <style> input, textarea { width: 100%; max-width: 45em; } </style> |