From: jakubvrana Date: Tue, 3 Nov 2009 13:41:55 +0000 (+0000) Subject: Don't convert tabs to spaces in syntax highlighting X-Git-Tag: v3.0.0~315 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=43784999ca8032907691d94a022f2efe99ff57ca;p=adminer.git Don't convert tabs to spaces in syntax highlighting git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1229 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/adminer/static/editing.js b/adminer/static/editing.js index 67480384..54dde1bb 100644 --- a/adminer/static/editing.js +++ b/adminer/static/editing.js @@ -8,7 +8,7 @@ function body_load() { if (window.jush) { // IE runs in case of an error too jush.create_links = ' target="_blank"'; jush.style(jush_root + 'jush.css'); - jush.highlight_tag('pre'); + jush.highlight_tag('pre', 0); jush.highlight_tag('code'); } };