Commit 023f9d8
Fix empty anchor tags in lang_variables and ha docs
htmlproofer flags <a> tags without href attributes. Replace legacy
named anchor patterns with <span id="..."></span> which is the
correct HTML5 approach for bookmark targets.
- lang_variables.markdown: 5 nested <a id="..."> tags
- ha.markdown: 1 <a name="..."> tag
Fixes 12 htmlproofer failures. Part of #120.
Signed-off-by: Michael Harp <mike@mikeharp.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 74fae4c commit 023f9d8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments