From 897c55e6cf6e122f67129f50b07faa0e0348b9c3 Mon Sep 17 00:00:00 2001 From: Franck Quintana Date: Mon, 9 Mar 2015 16:17:02 +0100 Subject: [PATCH 1/2] Fix bad comment on header --- locale/bootstrap-markdown.kr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/bootstrap-markdown.kr.js b/locale/bootstrap-markdown.kr.js index d3404bb..2fe3d7c 100644 --- a/locale/bootstrap-markdown.kr.js +++ b/locale/bootstrap-markdown.kr.js @@ -1,4 +1,4 @@ -+/** +/** + * Korean translation for bootstrap-markdown + * WoongBi Kim + */ From 08ea78271dddee98bc4819428efa445d96ed60af Mon Sep 17 00:00:00 2001 From: Franck Quintana Date: Mon, 9 Mar 2015 16:18:24 +0100 Subject: [PATCH 2/2] Added ";" to the end of javascript file --- locale/bootstrap-markdown.kr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/bootstrap-markdown.kr.js b/locale/bootstrap-markdown.kr.js index 2fe3d7c..6fea658 100644 --- a/locale/bootstrap-markdown.kr.js +++ b/locale/bootstrap-markdown.kr.js @@ -21,4 +21,4 @@ 'enter image title here': "여기에 이미지 제목을 적으세요", 'list text here': "리스트 텍스트" }; -}(jQuery)) +}(jQuery));