Skip to content

(#547): Do not abort rendering if there is a nonexistent image URL

An element like would cause rendering to stop at that point and return with an error. In this case we just need to carry on without rendering the image.

Fixes #547 (closed)

Merge request reports