Skip to content
Snippets Groups Projects
Commit 0c3c75ef authored by Georg Ehrke's avatar Georg Ehrke
Browse files

always output a png

parent 6f96ab3e
No related branches found
No related tags found
No related merge requests found
......@@ -463,7 +463,7 @@ class Preview {
if (is_null($this->preview)) {
$this->getPreview();
}
$this->preview->show();
$this->preview->show('image/png');
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment