From 3f3e4892ff0d0c46b49cae88e7e74ba5c6c11a3b Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 12 Jan 2026 18:08:34 +0100 Subject: Fixed typo. --- html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html.c b/html.c index 2ff6f79..a11b448 100644 --- a/html.c +++ b/html.c @@ -182,8 +182,7 @@ xs_str *actor_pronouns(xs_dict *actor) } /* strip all HTML tags */ - ret = xs_regex_replace(pronouns, "]+>", ""); - + ret = xs_regex_replace(pronouns, "]+>", ""); return ret; } -- cgit v1.2.3