Fix renamed URL function
This commit is contained in:
parent
9d6f64fa00
commit
e7cee4c448
|
@ -92,7 +92,7 @@ func init() {
|
||||||
a := bbcode.NewHTMLTag("")
|
a := bbcode.NewHTMLTag("")
|
||||||
a.Name = "a"
|
a.Name = "a"
|
||||||
a.Attrs = map[string]string{
|
a.Attrs = map[string]string{
|
||||||
"href": hmnurl.BuildMember(cite),
|
"href": hmnurl.BuildUserProfile(cite),
|
||||||
"class": "quotewho",
|
"class": "quotewho",
|
||||||
}
|
}
|
||||||
a.AppendChild(bbcode.NewHTMLTag(cite))
|
a.AppendChild(bbcode.NewHTMLTag(cite))
|
||||||
|
|
Loading…
Reference in New Issue