GNOME Bugzilla – Bug 137447
<a href> doesn't allow <img> as visible part?
Last modified: 2018-07-30 11:00:14 UTC
This comment: <a href="legend.html"><img src="error.gif"></a> results in this output: <a href="legend.html"></a> Why does doxygen eat the <img>? Further, this comment: <img src="error.gif"> results in this output: <div align=center><img src="error.gif"></div> Why does doxygen take over HTML formatting? I thought HTML was generally passed on as-is. I would rather have to add the <center> commands myself (and thus control the HTML output) than have doxygen take over that much. John
I have the same problem with doxygen-1.4.7-1 (linux/fedora core 5). Would be great if this gets solved.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!