Fix renamed URL function

This commit is contained in:
Ben Visness 2021-06-23 23:16:36 -05:00
parent 9d6f64fa00
commit e7cee4c448
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func init() {
a := bbcode.NewHTMLTag("")
a.Name = "a"
a.Attrs = map[string]string{
"href": hmnurl.BuildMember(cite),
"href": hmnurl.BuildUserProfile(cite),
"class": "quotewho",
}
a.AppendChild(bbcode.NewHTMLTag(cite))