From 1105d9c39741f0429dc5f5549b12ab351bcf94b3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 22 Nov 2004 00:33:04 +0000 Subject: [project @ 2004-11-22 00:33:04 by jmb] Improve plain text rendering (converts occurrences of '<' with '<') svn path=/import/netsurf/; revision=1369 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index 6e988814d..052a35fe7 100644 --- a/content/content.c +++ b/content/content.c @@ -165,7 +165,7 @@ static const struct handler_entry handler_map[] = { html_reformat, html_destroy, html_stop, html_redraw, html_open, html_close, true}, - {textplain_create, html_process_data, textplain_convert, + {textplain_create, textplain_process_data, textplain_convert, 0, 0, 0, 0, 0, 0, true}, {0, 0, css_convert, 0, css_destroy, 0, 0, 0, 0, false}, #ifdef WITH_JPEG -- cgit v1.2.3