Generic user_bottom wiki block

This commit is contained in:
2026-05-20 16:02:26 +02:00
parent 3feea8df81
commit 4c8faf40ec
5 changed files with 49 additions and 32 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ func wikiManualSectionForAlias(sections []wikiManualSection, alias string) (wiki
}
case "UserBottomSection":
for _, section := range sections {
if section.ID == "notes" {
if section.ID == "user_bottom" {
return section, true
}
}