From cf95e28144973abc6b34156dcd9379202d95f770 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 28 Oct 2017 20:28:23 +0100 Subject: [PATCH] firefox complains about invalid email in an email field --- ext/user/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/user/theme.php b/ext/user/theme.php index 93a8e3a0..44f80042 100644 --- a/ext/user/theme.php +++ b/ext/user/theme.php @@ -36,7 +36,7 @@ class UserPageTheme extends Themelet { $html .= "" . make_form("user_admin/list", "GET"); $html .= ""; if($user->can('delete_user')) - $html .= ""; + $html .= ""; $html .= ""; $html .= ""; $html .= "";