diff options
Diffstat (limited to 'e-util/e-html-utils.c')
-rw-r--r-- | e-util/e-html-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-utils.c b/e-util/e-html-utils.c index dc47d0243c..a1f76d4e68 100644 --- a/e-util/e-html-utils.c +++ b/e-util/e-html-utils.c @@ -71,7 +71,7 @@ url_extract (const char **text, gboolean check) end++; /* Back up if we probably went too far. */ - while (end > *text && strchr (",.!?;:>", *(end - 1))) + while (end > *text && strchr (",.!?;:>)", *(end - 1))) end--; if (check) { |