diff --git a/lib/gollum/frontend/public/javascript/gollum.js b/lib/gollum/frontend/public/javascript/gollum.js index 8a3cb8de..9acb1daf 100644 --- a/lib/gollum/frontend/public/javascript/gollum.js +++ b/lib/gollum/frontend/public/javascript/gollum.js @@ -64,7 +64,7 @@ Gollum.Formats = { }, gollum: { link: Gollum.encloseStrategy('[[', 'Page Name', ']]'), - image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]'), + image: Gollum.encloseStrategy('[[', '/path/to/image.png', ']]') }, markdown: { bold: Gollum.encloseStrategy('**', 'bold text', '**'),