From d32c8fa681def82f4423bdd7ed1ef5d478954255 Mon Sep 17 00:00:00 2001 From: Jihwan Oh Date: Thu, 24 Aug 2017 14:52:46 +0900 Subject: [PATCH] fixed typo code in htmlEncode function. --- jquery.console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.console.js b/jquery.console.js index 794fc23..5b5ca62 100644 --- a/jquery.console.js +++ b/jquery.console.js @@ -811,7 +811,7 @@ return ( text.replace(/&/g,'&') .replace(//g,'>') .replace(/ /g,' ') .replace(/\n/g,'
') );