This commit is contained in:
lost+skunk 2024-11-15 22:43:27 +03:00
parent 191984b31e
commit 911923fde1
6 changed files with 16 additions and 10 deletions

View file

@ -46,7 +46,7 @@ func (s skunkyart) ParseComments(c devianter.Comments, daError devianter.Error)
if x.Parent > 0 {
cmmts.WriteString(` In reply to <a href="`)
cmmts.WriteString(Path)
cmmts.WriteString(s._pth)
cmmts.WriteString("#")
cmmts.WriteString(strconv.Itoa(x.Parent))
cmmts.WriteString(`">`)