mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
NNTP: Fix group listing links having bad URL syntax due to double slashes
This commit is contained in:
parent
b686ac11d2
commit
fad6cd9ba2
@ -312,7 +312,7 @@ add_nntp_html_line(struct string *html, struct connection *conn,
|
||||
desc = "";
|
||||
}
|
||||
|
||||
add_format_to_string(html, "<dt><a href=\"%s/%s\">%s</a></dt><dd>%s</dd>\n",
|
||||
add_format_to_string(html, "<dt><a href=\"%s%s\">%s</a></dt><dd>%s</dd>\n",
|
||||
struri(conn->uri), line, line, desc);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user