diff --git a/js/functions.js b/js/functions.js index 181ffcd657..d08f1b3c9c 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1069,8 +1069,8 @@ $(document).ready(function(){ var old_text = $inner_sql.html(); var new_content = "\n"; - new_content += "\n"; - new_content += "\n"; + new_content += "\n"; + new_content += "\n"; $inner_sql.replaceWith(new_content); // These settings are duplicated from the .ready()function in functions.js