summaryrefslogtreecommitdiffstats
path: root/routers/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/init.go')
-rw-r--r--routers/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/init.go b/routers/init.go
index f5dbfc87d2..220d87a29d 100644
--- a/routers/init.go
+++ b/routers/init.go
@@ -143,7 +143,7 @@ func GlobalInit(ctx context.Context) {
NewServices()
highlight.NewContext()
- external.RegisterParsers()
+ external.RegisterRenderers()
markup.Init()
if setting.EnableSQLite3 {