From: Art Cancro Date: Thu, 9 Feb 2006 04:40:34 +0000 (+0000) Subject: html2html.c: when converting links, don't add quotes to URL's X-Git-Tag: v7.86~4218 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b03711d452f2e6ca9efa84270d29fdb1537b9964 html2html.c: when converting links, don't add quotes to URL's that were incorrectly specified without quotes. That just breaks them. --- diff --git a/webcit/html2html.c b/webcit/html2html.c index b1eb4b0bb..ca8804c1a 100644 --- a/webcit/html2html.c +++ b/webcit/html2html.c @@ -274,7 +274,7 @@ void output_html(char *supplied_charset, int treat_as_wiki) { ++alevel; } /** Make external links open in a separate window */ - else if (!strncasecmp(ptr, "'))) @@ -294,9 +294,9 @@ void output_html(char *supplied_charset, int treat_as_wiki) { ptr = &ptr[9]; } else { - sprintf(&converted_msg[output_length], "