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
1 changed files with 2 additions and 1 deletions

View File

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