Skip to content

Commit

Permalink
turnitintool: fixing incorrect icon code
Browse files Browse the repository at this point in the history
  • Loading branch information
thepurpleblob committed Sep 28, 2012
1 parent 53cbcfc commit 34269b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/turnitintool/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ function turnitintool_introduction($cm,$turnitintool,$notice='') {

$cells[5]->data='<a href="' . $url . '&export_data=1" onclick="screenOpen(this.href,\'\',\'0\',null,\'width=450,height=200\');'
.'return false;" target="_blank" title="'.get_string('downloadorigzip','turnitintool')
.'"><img src="'.$OUPUT->pix_url('f/docx').'" class="tiiicons" alt="'.get_string('downloadorigzip','turnitintool')
.'"><img src="'.$OUTPUT->pix_url('f/docx').'" class="tiiicons" alt="'.get_string('downloadorigzip','turnitintool')
.'" id="orig_'.$row.'" /></a></span>'.PHP_EOL;

$cells[5]->data.='<a href="' . $url . '&export_data=2' .'" onclick="screenOpen(this.href,\'\',\'0\',null,\'width=450,height=200\');'
Expand Down

0 comments on commit 34269b6

Please sign in to comment.