Closed (fixed)
Project:
Onomasticon
Version:
2.2.4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2024 at 15:29 UTC
Updated:
28 Sep 2025 at 23:39 UTC
Jump to comment: Most recent
When adding text with a span tag and an image (img) tag to a taxonomy term, you should see the following warning pop up multiple times when viewing the page:
Warning: DOMDocumentFragment::appendXML(): ^ in Drupal\onomasticon\Plugin\Filter\FilterOnomasticon->process() (line 109 of /code/web/modules/contrib/onomasticon/src/Plugin/Filter/FilterOnomasticon.php)
The issue mentioned above worked fine with Drupal core version 10.1.8. However, after upgrading to any version greater than 10.2, the warnings described above have started appearing.
Add image(img) and include text within a span tag. You should see the warning pop up multiple times when viewing the page.
Comments
Comment #2
hardik_patel_12 commentedComment #4
broon