From 06500964036db57896d5ed2ed55c3c2dbfe8df4c Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 11 Apr 2010 16:38:16 +0000 Subject: CSS contents may be shared svn path=/trunk/netsurf/; revision=10362 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content.c b/content/content.c index c215ed1f8..ff03e4450 100644 --- a/content/content.c +++ b/content/content.c @@ -282,7 +282,7 @@ static const struct handler_entry handler_map[] = { textplain_reformat, textplain_destroy, 0, textplain_redraw, 0, 0, 0, textplain_clone, true}, {nscss_create, nscss_process_data, nscss_convert, 0, nscss_destroy, - 0, 0, 0, 0, 0, nscss_clone, true}, + 0, 0, 0, 0, 0, nscss_clone, false}, #ifdef WITH_JPEG {0, 0, nsjpeg_convert, 0, nsjpeg_destroy, 0, nsjpeg_redraw, nsjpeg_redraw_tiled, 0, 0, nsjpeg_clone, false}, -- cgit v1.2.3