This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'dev' of github.com:gogits/gogs into dev
for-closed-social
Unknown
10 years ago
parent
5d4025cb5a
0f9e07de2d
commit
b3f1ae1ba6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/middleware/render.go
+ 1
- 1
modules/middleware/render.go
View File
@ -146,7 +146,7 @@ func compile(options RenderOptions) *template.Template {
tmpl
:=
t
.
New
(
filepath
.
ToSlash
(
name
)
)
for
_
,
funcs
:=
range
options
.
Funcs
{
tmpl
.
Funcs
(
funcs
)
tmpl
=
tmpl
.
Funcs
(
funcs
)
}
template
.
Must
(
tmpl
.
Funcs
(
helperFuncs
)
.
Parse
(
string
(
buf
)
)
)
Write
Preview
Loading…
Cancel
Save