Remove all new lines after the end of PHP files. Fix a bug causing corrupt images with Wheezy. fix #81

Este commit está contenido en:
Sébastien Lucas 2013-07-20 13:35:51 +02:00
padre a1d350297d
commit f5b9492e06
Se han modificado 6 ficheros con 8 adiciones y 5 borrados

Ver archivo

@ -265,4 +265,4 @@ class OPDSRenderer
}
}
?>
?>

Ver archivo

@ -864,4 +864,4 @@ abstract class Base
}
}
?>
?>

Ver archivo

@ -562,4 +562,4 @@ order by substr (upper (sort), 1, 1)");
}
}
?>
?>

Ver archivo

@ -36,4 +36,4 @@
return;
break;
}
?>
?>

Ver archivo

@ -50,6 +50,9 @@ function notFound () {
return;
}
}
// Clean output buffer : mandatory for nginx / php-fpm on Wheezy
ob_end_clean();
switch ($type)
{

Ver archivo

@ -64,4 +64,4 @@ order by languages.lang_code');
return $entryArray;
}
}
?>
?>