Skip to content

Commit

Permalink
Fix default format
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-csg committed Jan 3, 2025
1 parent 8aaa7f7 commit 3513f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ class codemirror_texteditor extends texteditor {
*/
public function get_supported_formats() {
return [
FORMAT_HTML => FORMAT_HTML,
self::FORMAT_CSS => self::FORMAT_CSS,
self::FORMAT_JS => self::FORMAT_JS,
self::FORMAT_HTML => self::FORMAT_HTML,
FORMAT_HTML => FORMAT_HTML,
];
}

Expand Down

0 comments on commit 3513f89

Please sign in to comment.