Closed
Description
Running version: b83114f
I have many repo's and most of them work fine, today I entered a small one and one specific branch would not load and gave me this exception:
template: repo/view_list:82:38: executing "repo/view_list" at <$commit.Summary>: invalid value; expected string
Related template file:
gitea/templates/repo/view_list.tmpl
Line 82 in b83114f
I did a bit of research and it appears commits with a summary ending with a '
throw this exception. For instance:
Merge branch 'foo'
However this is fine:
Merge branch 'foo' into bar