From a9248cab3240509b97a1f6a7edafa27a843dbec7 Mon Sep 17 00:00:00 2001 From: Julian Viereck Date: Fri, 28 Jan 2011 22:00:41 +0800 Subject: [PATCH] Fix rendering of tab characters and add realTabs to JavaScript example --- editor.html | 2 +- lib/ace/layer/text.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.html b/editor.html index be7968b2..03d5e108 100644 --- a/editor.html +++ b/editor.html @@ -107,7 +107,7 @@ diff --git a/lib/ace/layer/text.js b/lib/ace/layer/text.js index 7261bff0..1d303742 100644 --- a/lib/ace/layer/text.js +++ b/lib/ace/layer/text.js @@ -279,7 +279,7 @@ var Text = function(parentEl) { .replace(/&/g, "&") .replace(/" + c + "" });