Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit f643652

Browse files
committed
Forgot to fix the method call
1 parent eeb9918 commit f643652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(app)
1515
res.locals.version = app.get('version');
1616
res.locals.marked = function(str)
1717
{
18-
return marky(str).html();
18+
return marky(str);
1919
};
2020
res.locals.isActive = function(url, undefined)
2121
{

0 commit comments

Comments
 (0)