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
This commit is contained in:
jakubvrana 2009-11-03 13:41:55 +00:00
parent 10b7f135a5
commit 43784999ca

View file

@ -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');
}
};