mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
9c7d8b3096
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> |
||
---|---|---|
.. | ||
base.go | ||
dynamic.go | ||
helper_test.go | ||
helper.go | ||
static.go | ||
templates_bindata.go |