diff options
author | albert-github <albert.tests@gmail.com> | 2019-01-11 18:13:28 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-01-11 18:13:28 (GMT) |
commit | a2e30e57062cb6e826bbb87dec3db433fcc20260 (patch) | |
tree | 9ffa0988ef8c17de277562ab70244c89fb0008a4 /examples/autolink.cpp | |
parent | 121ec253945f6563ac6731e3596cd9beaa39cb72 (diff) | |
download | Doxygen-a2e30e57062cb6e826bbb87dec3db433fcc20260.zip Doxygen-a2e30e57062cb6e826bbb87dec3db433fcc20260.tar.gz Doxygen-a2e30e57062cb6e826bbb87dec3db433fcc20260.tar.bz2 |
Invalid id possible with tooltips
In case a filename starts with a number the `id` also starts with a number and this is not allowed in XHTML and results in the message:
`Syntax of value for attribute id of div is not valid`
on other places it has been solved by placing an `a` as first character, this is done here as well but also needs to be don in the transformation from reference to tooltip id (htmlgen.cpp)
Diffstat (limited to 'examples/autolink.cpp')
0 files changed, 0 insertions, 0 deletions