diff --git a/submit.php b/submit.php
index 8741c0b320e..37db240ebaa 100644
--- a/submit.php
+++ b/submit.php
@@ -12,7 +12,7 @@ if (user_access("post content")) {
}
else {
foreach (module_list() as $name) {
- if (module_hook($name, "user")) $options .= "";
+ if (module_hook($name, "user")) $options .= "";
}
$form .= form_item(t("Submission type"), "");