Skip to content

Commit

Permalink
link to download image
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 10, 2021
1 parent 4999dc1 commit fdced33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public function render(Varien_Object $row)
break;
}

return "<a href='{$url}{$row->getPath()}' target='_blank'<img src='{$url}{$row->getPath()}' style='max-width: 200px' /></a>";
return "<a href='{$url}{$row->getPath()}' target='_blank'><img src='{$url}{$row->getPath()}' style='max-width: 200px' /></a>";
}
}

0 comments on commit fdced33

Please sign in to comment.