- Fixed a load problem with Code Editor by making user toggle it on. This is

better than normal anyway since many users appear not to want to use the
   editor in most cases.
This commit is contained in:
JT Smith 2009-05-08 15:27:20 +00:00
parent 0ba93ae518
commit 9fb2074414
2 changed files with 4 additions and 0 deletions

View file

@ -158,6 +158,7 @@ sub toHtml {
syntax : "$syntax",
start_highlight : true,
show_line_colors: true,
display : "later",
toolbar : "search, go_to_line, |, undo, redo, |, syntax_selection, highlight, reset_highlight, |, help"
});
</script>