From c8d92fad305f78f0207203b3f1ea955e0ef0309d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 10 Sep 2015 07:53:40 -0400 Subject: #1595 pushing new branch will rereference issues in previous branch --- modules/base/tool.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/base/tool.go b/modules/base/tool.go index fa520236..b9a97c9c 100644 --- a/modules/base/tool.go +++ b/modules/base/tool.go @@ -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() -- cgit v1.2.3