Skip to content

Commit

Permalink
MDL-30368 box.net plugins: add richhtml format as part of box.net sup…
Browse files Browse the repository at this point in the history
…ported formats
  • Loading branch information
Rossiani Wijaya committed Nov 28, 2011
1 parent 1de9151 commit 24b6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/boxnet/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static function allows_multiple_instances() {
}

public function supported_formats() {
return array(PORTFOLIO_FORMAT_FILE); // don't support rich html, it breaks links
return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_RICHHTML);
}

/*
Expand Down

0 comments on commit 24b6984

Please sign in to comment.