Commit 218e04f
committed
Don't generate invalid anchor names.
HTML 4 anchor names have a number of restrictions. The analyzer
sometimes generates anchor names that break those restrictions, so
that the xref output doesn't fails the HTML validator. For now, skip
generating anchors for symbols that cause broken HTML.1 parent 0151d7e commit 218e04f
File tree
2 files changed
+14
-6
lines changed- src/org/opensolaris/opengrok/analysis
- test/org/opensolaris/opengrok/analysis/haskell
2 files changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
503 | 511 | | |
504 | 512 | | |
505 | 513 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments