mirror of
https://github.com/go-gitea/gitea
synced 2025-07-07 19:17:21 +00:00
#1595 pushing new branch will rereference issues in previous branch
This commit is contained in:
@ -29,7 +29,6 @@ import (
|
||||
|
||||
var Sanitizer = bluemonday.UGCPolicy().AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code")
|
||||
|
||||
|
||||
// Encode string to md5 hex value.
|
||||
func EncodeMd5(str string) string {
|
||||
m := md5.New()
|
||||
|
Reference in New Issue
Block a user