From 2ad990f3d54dabbd1ea9233119d81ce8a97fa215 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 28 Aug 2017 12:04:23 +0100 Subject: HTML object hlcache callback: Errorcode without box is OK. --- render/html_object.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'render') diff --git a/render/html_object.c b/render/html_object.c index f304e91ac..0daf33db9 100644 --- a/render/html_object.c +++ b/render/html_object.c @@ -125,7 +125,9 @@ html_object_callback(hlcache_handle *object, struct box *box; box = o->box; - if (box == NULL && event->type != CONTENT_MSG_ERROR) { + if (box == NULL && + event->type != CONTENT_MSG_ERROR && + event->type != CONTENT_MSG_ERRORCODE) { return NSERROR_OK; } -- cgit v1.2.3