From 6a45789731c75db0c782ae2d0bdc478aa7ccb6ad Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 24 Oct 2021 14:49:29 +0200 Subject: Remove closing tags and ensure LF at end of files Remove the unnecessary PHP closing tags and ensure that *all* non-binary files ending with an LF character. --- static/green.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/green.php') diff --git a/static/green.php b/static/green.php index 3a9959d..2c70074 100644 --- a/static/green.php +++ b/static/green.php @@ -14,4 +14,4 @@ header('Content-Type: text/css'); #=============================================================================== usleep(intval(rand(60, 100).'0000')); ?> -#green{background:green;} \ No newline at end of file +#green{background:green;} -- cgit v1.2.3