Fix default LinkHandler

This commit is contained in:
DataHoarder 2022-02-20 22:28:02 +01:00
parent 5c99a0ad20
commit e21f1e249c
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ func (o *WikiStringValueOptions) Default() {
} else {
result = append(result, value.URL)
}
result = append(result, GetWikiStringValue(value.Name, opt)...)
return
}
o.TemplateLinkHandler = func(value *Template, opt *WikiStringValueOptions) (result []string) {