From 223d2354aca8edc805782693069c7bc8d0149db7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 17 Apr 2003 16:43:07 +0000 Subject: Urls are unlikely to end with punctuation or closing braces, so strip any 2003-04-16 Jeffrey Stedfast * camel-url-scanner.c (camel_url_web_end): Urls are unlikely to end with punctuation or closing braces, so strip any of those off the end of the url. Fixes bug #41461. * tests/mime-filter/data/html.1.out: Removed a trailing \n at the end of the file, this is incorrect (since out input file does not contain one). * camel-mime-filter-tohtml.c (html_convert): Only output a
if we found an eoln in the input. Along the same lines, don't write a '\n' to the output buffer unless we've encountered that eoln in the input. Fixes bug #41407. svn path=/trunk/; revision=20882 --- camel/tests/mime-filter/data/html.1.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/tests/mime-filter/data/html.1.out') diff --git a/camel/tests/mime-filter/data/html.1.out b/camel/tests/mime-filter/data/html.1.out index 3f19310dd4..71a977e7ff 100644 --- a/camel/tests/mime-filter/data/html.1.out +++ b/camel/tests/mime-filter/data/html.1.out @@ -7,4 +7,4 @@ Teaching Award. The award criteria and nomination form are attached. They can also be found on the web at: <http://www.ce.udel.edu/teaching_award.html> - <http://www.ce.udel.edu/nomination_form.html> + <http://www.ce.udel.edu/nomination_form.html> \ No newline at end of file -- cgit v1.2.3