mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
fix #1572 fix file histrory paging issue
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user