[Webkit-unassigned] [Bug 278992] Entity 'commat' not defined
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 7 10:51:34 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278992
--- Comment #7 from Michael Catanzaro <mcatanzaro at redhat.com> ---
(In reply to dabl02 from comment #1)
> I open the file directly in Epiphany using the file attachment link, I had
> no problem.
>
> I had to manually download the file manually and open it from the file
> system to see the error.
OK, problem was I didn't read your comment. The error doesn't occur on WebKit Bugzilla because an HTTP header sets the content type. When opened locally, there is no HTTP and the content type is guessed from the content of the file. shared-mime-info reasonably guesses XHTML because that's what it is:
<html xmlns="http://www.w3.org/1999/xhtml">
So the error is correct. You've just got an invalid XHTML file.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240907/eceeb3e1/attachment.htm>
More information about the webkit-unassigned
mailing list