fix #1572 fix file histrory paging issue
This commit is contained in:
parent
2db785b3ed
commit
3b62a0fe0e
6 changed files with 23 additions and 69 deletions
|
@ -107,7 +107,6 @@ func (options *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte,
|
|||
}
|
||||
link = []byte(prefix + string(link))
|
||||
}
|
||||
fmt.Println(2, string(link))
|
||||
|
||||
out.WriteString(`<a href="`)
|
||||
out.Write(link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue