Browse Source

In posts, fixed bad link urls if written between parentheses.

default 1 year ago
parent
commit
33a0386a1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      format.c

+ 1 - 1
format.c

@@ -72,7 +72,7 @@ static xs_str *format_line(const char *line, xs_list **attach)
             else
             if (xs_startswith(v, "http")) {
                 xs *u  = xs_replace(v, "#", "#");
-                xs *v2 = xs_strip_chars_i(xs_dup(u), ".");
+                xs *v2 = xs_strip_chars_i(xs_dup(u), ".)");
 
                 const char *mime = xs_mime_by_ext(v2);