Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent start panic due to missing DotEscape function
Unfortunately go-gitea#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 go-gitea#19169 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information