summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:38:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-04-11 16:38:16 +0000
commit06500964036db57896d5ed2ed55c3c2dbfe8df4c (patch)
tree19169e35fc41290452139a184d983c7044e91655 /content
parentff8791a3f79426fc49f4bb01a12e2c6c975fc455 (diff)
downloadnetsurf-06500964036db57896d5ed2ed55c3c2dbfe8df4c.tar.gz
netsurf-06500964036db57896d5ed2ed55c3c2dbfe8df4c.tar.bz2
CSS contents may be shared
svn path=/trunk/netsurf/; revision=10362
Diffstat (limited to 'content')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
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},