diff --git a/modules/feature-comments.php b/modules/feature-comments.php index 642de23..85d8742 100644 --- a/modules/feature-comments.php +++ b/modules/feature-comments.php @@ -38,7 +38,7 @@ register_module([ if(!$env->is_logged_in) { http_response_code(401); exit(page_renderer::render_main("Error posting comment - $settings->sitename", "

Your comment couldn't be posted because you're not logged in. You can login here. Here's the comment you tried to post:

- ")); + ")); } $message_length = strlen($message);