From c3cc300a952a793b9655226db1aad050daaa3803 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 26 Apr 2020 16:48:01 +0200 Subject: Some simple code formatting - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags --- css.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'css.php') diff --git a/css.php b/css.php index 0f686d5..466b103 100644 --- a/css.php +++ b/css.php @@ -25,5 +25,3 @@ catch(DoesNotExistError $e) header("Content-Type: text/plain; charset=UTF-8"); echo "404 - Not found."; } - -?> -- cgit v1.2.3-54-g00ecf