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 659244 - Quotes are not escaped in link titles
Quotes are not escaped in link titles
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks: 650544
 
 
Reported: 2011-09-16 13:34 UTC by Murray Cumming
Modified: 2011-12-03 18:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2011-09-16 13:34:23 UTC
For instance, this:

  /** See some_other_method().
   */
  void some_method();

  /** Yadda " Yadda
   */
  void some_other_method();

can apparently lead to this HTML, for some_other_method:

  <p>See <a href="something.html" title="Yadda " Yadda"> some_other_method()</a>).

Notice the unescaped " inside the title tag's value. It should instead be &quot;. I'm not sure what other entities are legal in an attribute value.

These doxygen bugs might have the same cause, or be related somehow: #567542 , #653372 .
Comment 1 Dimitri van Heesch 2011-09-24 19:09:24 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-12-03 18:22:40 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.7.6. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.