From 9976ce7fae63cc7cc01a6887871e2c2e7c841321 Mon Sep 17 00:00:00 2001 From: wodim Date: Fri, 7 Aug 2015 00:41:30 +0200 Subject: [PATCH] Fix typo in the example javascript code of index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f2b10cf09..eba8196fd 100644 --- a/index.html +++ b/index.html @@ -488,7 +488,7 @@ read_settings_from_cookie(); var default_text = - "// This is just a sample script. Paste your real code (javascript or HTML) here.\n\nif ('this_is'==/an_example/){of_beautifer();}else{var a=b?(c%d):e[f];}"; + "// This is just a sample script. Paste your real code (javascript or HTML) here.\n\nif ('this_is'==/an_example/){of_beautifier();}else{var a=b?(c%d):e[f];}"; var textArea = $('#source')[0]; if (the.use_codemirror && typeof CodeMirror !== 'undefined') {