From 40480dabffc1418e3bba2c4fd73d964b45d4e46a Mon Sep 17 00:00:00 2001 From: Maximilian Berghoff Date: Sun, 28 Jan 2018 09:41:27 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- web/reload-fixtures.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/web/reload-fixtures.php b/web/reload-fixtures.php index 53676c08..b8889737 100644 --- a/web/reload-fixtures.php +++ b/web/reload-fixtures.php @@ -1,13 +1,22 @@ %s", $line); + printf('
%s', $line);
         }
     } else {
-        printf("
%s", $output);
+        printf('
%s', $output);
     }
 }