Skip to content

Commit 75f1afd

Browse files
authored
fix: tag contain character ) will http 500 on release page (#1670)
1 parent 700b6b5 commit 75f1afd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

routers/repo/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
"code.gitea.io/gitea/modules/log"
1717
"code.gitea.io/gitea/modules/markdown"
1818
"code.gitea.io/gitea/modules/setting"
19+
1920
"github.com/Unknwon/paginater"
2021
)
2122

vendor/code.gitea.io/git/repo_tag.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/vendor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"ignore": "test appengine",
44
"package": [
55
{
6-
"checksumSHA1": "spqE5xUEPQp8YV67McMTMAUIilY=",
6+
"checksumSHA1": "wvujc6YaEoP3g2K+USjIcZcrRgQ=",
77
"path": "code.gitea.io/git",
8-
"revision": "3f99247c0da807afc967c7e12b14f4109b7490ff",
9-
"revisionTime": "2017-04-26T13:12:33Z"
8+
"revision": "ed175468f8debc8cdb2fa495fc157f1b9d046628",
9+
"revisionTime": "2017-05-04T06:58:26Z"
1010
},
1111
{
1212
"checksumSHA1": "vdziKobpPIkU/dLvSI8n7eWrIIE=",

0 commit comments

Comments
 (0)