diff options
| author | lost+skunk <[email protected]> | 2024-11-15 22:43:27 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-11-15 22:43:27 +0300 |
| commit | 911923fde11ed1e0efbc56f851f9b50e5e48665d (patch) | |
| tree | d7b9b9b8738aee1843a647285bbc5877044c071a /app/parsers.go | |
| parent | 191984b31ef228c4077904a2831a2af593352670 (diff) | |
| download | skunky-art-911923fde11ed1e0efbc56f851f9b50e5e48665d.tar.gz skunky-art-911923fde11ed1e0efbc56f851f9b50e5e48665d.tar.bz2 skunky-art-911923fde11ed1e0efbc56f851f9b50e5e48665d.zip | |
ы
Diffstat (limited to 'app/parsers.go')
| -rw-r--r-- | app/parsers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/parsers.go b/app/parsers.go index b7f15fd..192a88d 100644 --- a/app/parsers.go +++ b/app/parsers.go @@ -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(`">`) |
