Skip to content

Commit

Permalink
MDL-30195 portfolio_googledocs: Allow export of rich HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Dec 16, 2013
1 parent cf0e970 commit 7e5fb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolio/googledocs/lib.php
Expand Up @@ -27,7 +27,7 @@ class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
private $googleoauth = null;

public function supported_formats() {
return array(PORTFOLIO_FORMAT_FILE);
return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_RICHHTML);
}

public static function get_name() {
Expand Down

0 comments on commit 7e5fb14

Please sign in to comment.