summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 4060262..2c0a823 100644
--- a/html.c
+++ b/html.c
@@ -3080,7 +3080,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
3080 } 3080 }
3081 3081
3082 if (q && *q) { 3082 if (q && *q) {
3083 if (xs_regex_match(q, "^@?[a-zA-Z0-9_]+@[a-zA-Z0-9-]+\\.")) { 3083 if (xs_regex_match(q, "^@?[a-zA-Z0-9._]+@[a-zA-Z0-9-]+\\.")) {
3084 /** search account **/ 3084 /** search account **/
3085 xs *actor = NULL; 3085 xs *actor = NULL;
3086 xs *acct = NULL; 3086 xs *acct = NULL;