From e21f1e249ca96b7d0d58cc11c1fca7387974da54 Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Sun, 20 Feb 2022 22:28:02 +0100 Subject: [PATCH] Fix default LinkHandler --- wikitext.go | 1 - 1 file changed, 1 deletion(-) diff --git a/wikitext.go b/wikitext.go index 33b2478..be24cda 100644 --- a/wikitext.go +++ b/wikitext.go @@ -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) {