diff options
| author | 2026-01-12 18:08:34 +0100 | |
|---|---|---|
| committer | 2026-01-12 18:08:34 +0100 | |
| commit | 3f3e4892ff0d0c46b49cae88e7e74ba5c6c11a3b (patch) | |
| tree | 9081bf5417ae7b0c8c737770f2cc1e6d7f6fbd0a | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-3f3e4892ff0d0c46b49cae88e7e74ba5c6c11a3b.tar.gz snac2-3f3e4892ff0d0c46b49cae88e7e74ba5c6c11a3b.tar.xz snac2-3f3e4892ff0d0c46b49cae88e7e74ba5c6c11a3b.zip | |
Fixed typo.
| -rw-r--r-- | html.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -182,8 +182,7 @@ xs_str *actor_pronouns(xs_dict *actor) | |||
| 182 | } | 182 | } |
| 183 | 183 | ||
| 184 | /* strip all HTML tags */ | 184 | /* strip all HTML tags */ |
| 185 | ret = xs_regex_replace(pronouns, "</?[>]+>", ""); | 185 | ret = xs_regex_replace(pronouns, "</?[^>]+>", ""); |
| 186 | |||
| 187 | return ret; | 186 | return ret; |
| 188 | } | 187 | } |
| 189 | 188 | ||