Restrict permissible content types for list marker images

svn path=/trunk/netsurf/; revision=10798
This commit is contained in:
John Mark Bell 2010-09-19 11:27:43 +00:00
parent 8747703583
commit 6e161d822c

View File

@ -517,7 +517,8 @@ bool box_construct_element(xmlNode *n, struct content *content,
if (!html_fetch_object(content, if (!html_fetch_object(content,
lwc_string_data(image_uri), lwc_string_data(image_uri),
marker, marker,
0, content->available_width, image_types,
content->available_width,
1000, false)) 1000, false))
return false; return false;
} }