From: Sascha Greuel Date: Thu, 18 Sep 2014 20:30:49 +0000 (+0200) Subject: Added missing newline X-Git-Tag: 2.1.0_Alpha_1~321^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e8d85773c29b4961268cb160968825435c3fd69e;p=GitHub%2FWoltLab%2FWCF.git Added missing newline Thank you, Travis. --- diff --git a/wcfsetup/install/files/font/getFont.php b/wcfsetup/install/files/font/getFont.php index e15e264c0a..cf0603181a 100644 --- a/wcfsetup/install/files/font/getFont.php +++ b/wcfsetup/install/files/font/getFont.php @@ -63,4 +63,4 @@ if (!empty($type)) { } header("HTTP/1.1 400 Bad Request"); -die("Missing type parameter"); \ No newline at end of file +die("Missing type parameter");