Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-30485 whitespace fix
  • Loading branch information
Sam Hemelryk committed Nov 29, 2011
1 parent 7708c82 commit 98b10df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/format/xml/format.php
Expand Up @@ -185,7 +185,7 @@ public function import_headers($question) {
$data->content = $filedata;
$data->encoding = 'base64';
// Question file areas don't support subdirs, so convert path to filename if necessary.
$data->name = clean_param(str_replace('/', '_', $filename), PARAM_FILE);
$data->name = clean_param(str_replace('/', '_', $filename), PARAM_FILE);
$qo->questiontextfiles[] = $data;
$qo->questiontext .= ' <img src="@@PLUGINFILE@@/' . $data->name . '" />';
}
Expand Down

0 comments on commit 98b10df

Please sign in to comment.