Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Markdown: fixed highlight-js-file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Keesun Baik committed Jan 28, 2015
1 parent 330b409 commit 348529f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/Markdown.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class Markdown {

private static final String XSS_JS_FILE = "public/javascripts/lib/xss.js";
private static final String MARKED_JS_FILE = "public/javascripts/lib/marked.js";
private static final String HIGHLIGHT_JS_FILE = "public/javascripts//lib/highlight/highlight.pack.js";
private static final String HIGHLIGHT_JS_FILE = "public/javascripts/lib/highlight/highlight.pack.js";
private static ScriptEngine engine = buildEngine();

private static ScriptEngine buildEngine() {
Expand Down

0 comments on commit 348529f

Please sign in to comment.