After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 137447 - <a href> doesn't allow <img> as visible part?
<a href> doesn't allow <img> as visible part?
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: general
1.3.x
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2004-03-17 02:08 UTC by jdemail
Modified: 2018-07-30 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jdemail 2004-03-17 02:08:57 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
Comment 1 jzutt 2006-06-19 11:45:46 UTC
I have the same problem with doxygen-1.4.7-1 (linux/fedora core 5).
Would be great if this gets solved.
Comment 2 André Klapper 2018-07-30 11:00:14 UTC
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!