From 26099d89e9cc787a1c077a89a153ffbb2ea21254 Mon Sep 17 00:00:00 2001 From: Yusuke Nemoto Date: Wed, 5 Oct 2016 22:34:03 +0900 Subject: PLT-3487 Preview uploaded txt file (#4145) * fix filename * Add 'txt' to hilighted language --- webapp/utils/markdown.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/utils/markdown.jsx') diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx index 9c2eb47aa..7f597eb3d 100644 --- a/webapp/utils/markdown.jsx +++ b/webapp/utils/markdown.jsx @@ -2,7 +2,7 @@ // See License.txt for license information. import * as TextFormatting from './text_formatting.jsx'; -import * as SyntaxHighlighting from './syntax_hightlighting.jsx'; +import * as SyntaxHighlighting from './syntax_highlighting.jsx'; import marked from 'marked'; import katex from 'katex'; -- cgit v1.2.3-1-g7c22