Generic user_bottom wiki block
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user