Commit 21f64c0
committed
fix(admin): add explicit labels to caching configuration headings
APCu, Redis, and Memcached h2 headings on the memory caching page were
generating non-descriptive IDs (id1, id2, ...) instead of the expected
anchors (apcu, redis, memcached). Adding explicit RST reference labels
ensures stable, predictable fragment URLs.
Also fix a double-space typo in the existing _install_redis_label
directive that made it malformed RST.
Fixes #6878
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>1 parent e793142 commit 21f64c0
1 file changed
Lines changed: 1 addition & 3 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
341 | 340 | | |
342 | 341 | | |
343 | 342 | | |
344 | | - | |
345 | | - | |
| 343 | + | |
346 | 344 | | |
347 | 345 | | |
348 | 346 | | |
| |||
0 commit comments