Unexpected tab
This commit is contained in:
parent
bd05f04fe4
commit
d2c2161c53
|
|
@ -38,7 +38,7 @@ $formats = array('png' => 'image/png', 'pdf' => 'application/pdf', 'svg' => 'ima
|
||||||
|
|
||||||
if(array_key_exists('format', $_GET)) {
|
if(array_key_exists('format', $_GET)) {
|
||||||
$f = $_GET['format'];
|
$f = $_GET['format'];
|
||||||
$filename = cleanString($c['office-part'].'--'.$c['incipit'].'-- '.$c['version']);
|
$filename = cleanString($c['office-part'].'--'.$c['incipit'].'--'.$c['version']);
|
||||||
if($f == 'gabc') {
|
if($f == 'gabc') {
|
||||||
$content = json_decode($c['gabc']);
|
$content = json_decode($c['gabc']);
|
||||||
if(is_string($content)) {
|
if(is_string($content)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue