From b03711d452f2e6ca9efa84270d29fdb1537b9964 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 9 Feb 2006 04:40:34 +0000 Subject: [PATCH] html2html.c: when converting links, don't add quotes to URL's that were incorrectly specified without quotes. That just breaks them. --- webcit/html2html.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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], "