Change #265607
| Category | doxygen |
| Changed by | albert-github <albert.tests@gmail.com> |
| Changed at | Wed 15 Apr 2026 19:48:52 |
| Repository | https://github.com/doxygen/doxygen.git |
| Project | doxygen |
| Branch | master |
| Revision | 3c5fb480841efa7ba03076227e057e4b81245f25 |
Comments
issue #12092 Regression in the parsing of titles of custom navbar tabs There should be the `<` and `>` in the output file, but it looks like that the `std::ostream` replaces these again with `<` and `>` so best is to escape the `&` as well again (so it will be `&lt;` and `&gt;` to the `std::ostream` resulting in the required text in the javascript file).
Changed files
- src/util.cpp