Commit 3c5fb48
committed
issue doxygen#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).1 parent a968c6f commit 3c5fb48
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4052 | 4052 | | |
4053 | 4053 | | |
4054 | 4054 | | |
| 4055 | + | |
| 4056 | + | |
| 4057 | + | |
| 4058 | + | |
4055 | 4059 | | |
4056 | 4060 | | |
4057 | 4061 | | |
| |||
0 commit comments