1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/modules/templates
Andrew Thornton 9c7d8b3096
Prevent start panic due to missing DotEscape function
Unfortunately #19169 causing a panic at startup in prod mode. This was hidden by dev
mode because the templates are compiled dynamically there. The issue is that DotEscape
is not in the original FuncMap at the time of compilation which causes a panic.

Ref #19169

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-23 16:09:57 +00:00
..
base.go Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
dynamic.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
helper_test.go Use templates for issue e-mail subject and body (#8329) 2019-11-07 21:34:28 +08:00
helper.go Prevent start panic due to missing DotEscape function 2022-03-23 16:09:57 +00:00
static.go Fix various typos (#18219) 2022-01-10 17:32:37 +08:00
templates_bindata.go Remove golang vendored directory (#18277) 2022-01-14 18:16:05 -05:00