https://bugs.kde.org/show_bug.cgi?id=379003
Kai Uwe Broulik <k...@privat.broulik.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |k...@privat.broulik.de Status|UNCONFIRMED |CONFIRMED --- Comment #4 from Kai Uwe Broulik <k...@privat.broulik.de> --- We run QXmlStreamReader over the page to find the og:image of the picture. However, HTML isn't strictly XML and so it chokes on the lines which come before the "og:image" meta tag: <link rel="preload" href="//fonts.ngeo.com/haas/1-0-0/NHaasGroteskDSPro-55Rg.woff2" as="font" type="font/woff2" crossorigin> (note the "crossorigin" without a value which isn't valid XML) -- You are receiving this mail because: You are the assignee for the bug.